CI: add --no-cache to openssl-builder

This commit is contained in:
Fijxu 2025-09-02 11:03:45 -04:00
parent 258b7e1fc4
commit cbf8cd07ce
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -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 /