mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-21 09:46:30 -05: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 crystallang/crystal:1.16.3-alpine AS dependabot-crystal
|
||||||
|
|
||||||
FROM dependabot-crystal AS openssl-builder
|
FROM dependabot-crystal AS openssl-builder
|
||||||
RUN apk add curl perl linux-headers
|
RUN apk add --no-cache curl perl linux-headers
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user