1
0
mirror of synced 2026-03-22 03:59:59 +01:00

Update Dockerfile

This commit is contained in:
d-two
2023-04-20 14:27:26 +02:00
committed by GitHub
parent 2c2f292b5f
commit 8c95c9816e

View File

@@ -15,7 +15,8 @@ COPY patches/ /tmp/patches/
RUN \ RUN \
echo "**** install build packages ****" && \ echo "**** install build packages ****" && \
apk add --no-cache -U \ apk upgrade --available \
apk add --no-cache \
libcrypto1.1=1.1.1t-r3 \ libcrypto1.1=1.1.1t-r3 \
libssl1.1=1.1.1t-r3 \ libssl1.1=1.1.1t-r3 \
autoconf \ autoconf \