This commit is contained in:
2022-07-19 00:03:41 +02:00
parent 303676f275
commit 3aba4ddf4e

View File

@@ -44,10 +44,10 @@ RUN \
tar \ tar \
xz && \ xz && \
apk add --no-cache \ apk add --no-cache \
libcrypto1.1=1.1.1o-r0 \ libcrypto1.1 \
libssl1.1=1.1.1o-r0 \ libssl1.1 \
musl-utils=1.2.3-r0 \ musl-utils \
musl=1.2.3-r0 && \ musl && \
apk add --no-cache \ apk add --no-cache \
bash \ bash \
curl \ curl \