1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-22 00:54:22 +01:00

docker: revert update Alpine tools to fix apk-tools vulnerability (ineffective)

This reverts commit b8fd42fd85.
This commit is contained in:
Christian Nicolai 2021-08-20 12:56:38 +02:00
parent 6c1d44b388
commit 7580e87a30

View File

@ -4,7 +4,7 @@ EXPOSE 5353 8080
ARG DYNDNSD_VERSION
RUN apk --no-cache add openssl ca-certificates apk-tools && \
RUN apk --no-cache add openssl ca-certificates && \
apk --no-cache add ruby ruby-etc ruby-io-console ruby-json ruby-webrick && \
apk --no-cache add --virtual .build-deps linux-headers ruby-dev build-base tzdata && \
gem install --no-document dyndnsd -v ${DYNDNSD_VERSION} && \