1
0
mirror of synced 2025-12-18 13:22:16 +01:00

Update Dockerfile

This commit is contained in:
d-two
2023-02-22 23:03:27 +01:00
committed by GitHub
parent b36afa6253
commit d729d1697f

View File

@@ -16,8 +16,8 @@ COPY patches/ /tmp/patches/
RUN \ RUN \
echo "**** install build packages ****" && \ echo "**** install build packages ****" && \
apk add --no-cache \ apk add --no-cache \
libcrypto1.1=1.1.1s-r1 \ libcrypto1.1=1.1.1t-r0 \
libssl1.1=1.1.1s-r1 \ libssl1.1=1.1.1t-r0 \
autoconf \ autoconf \
automake \ automake \
bsd-compat-headers \ bsd-compat-headers \