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 \
xz && \
apk add --no-cache \
libcrypto1.1=1.1.1o-r0 \
libssl1.1=1.1.1o-r0 \
musl-utils=1.2.3-r0 \
musl=1.2.3-r0 && \
libcrypto1.1 \
libssl1.1 \
musl-utils \
musl && \
apk add --no-cache \
bash \
curl \