Update Dockerfile
This commit is contained in:
@@ -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.1t-r1 \
|
libcrypto1.1 \
|
||||||
libssl1.1=1.1.1t-r1 \
|
libssl1.1 \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
bsd-compat-headers \
|
bsd-compat-headers \
|
||||||
@@ -194,4 +194,4 @@ LABEL \
|
|||||||
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
|
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
|
||||||
org.opencontainers.image.created=${BUILD_DATE} \
|
org.opencontainers.image.created=${BUILD_DATE} \
|
||||||
org.opencontainers.image.revision=${BUILD_REF} \
|
org.opencontainers.image.revision=${BUILD_REF} \
|
||||||
org.opencontainers.image.version=${BUILD_VERSION}
|
org.opencontainers.image.version=${BUILD_VERSION}
|
||||||
|
|||||||
Reference in New Issue
Block a user