This commit is contained in:
Fijxu 2025-09-02 11:30:22 -04:00
parent 0e4204c971
commit 18b15dceb9
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -18,7 +18,6 @@ RUN cd openssl-${OPENSSL_VERSION} && ./Configure --openssldir=/etc/ssl && make -
FROM dependabot-alpine AS builder FROM dependabot-alpine AS builder
RUN apk add --no-cache 'crystal=1.14.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \ RUN apk add --no-cache 'crystal=1.14.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \
zlib-static musl-dev xz-static zlib-static musl-dev xz-static
RUN apk del openssl-dev openssl-libs-static
ARG release ARG release