mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-15 00:08:30 +00:00
CI: add --no-cache to openssl-builder
This commit is contained in:
parent
258b7e1fc4
commit
cbf8cd07ce
@ -3,7 +3,7 @@ ARG OPENSSL_VERSION='3.5.2'
|
||||
FROM crystallang/crystal:1.16.3-alpine AS dependabot-crystal
|
||||
|
||||
FROM dependabot-crystal AS openssl-builder
|
||||
RUN apk add curl perl linux-headers
|
||||
RUN apk add --no-cache curl perl linux-headers
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user