Update Dockerfile

This commit is contained in:
MarkusMcNugen 2021-03-22 21:30:10 -04:00 committed by GitHub
parent bd371b4f98
commit 63b571a644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ VOLUME /config
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories
RUN RUN apk upgrade --no-cache \ RUN apk upgrade --no-cache \
&& apk add --no-cache coreutils bash openvpn iptables shadow boost-system boost-thread ca-certificates unrar findutils perl gawk pacman net-tools \ && apk add --no-cache coreutils bash openvpn iptables shadow boost-system boost-thread ca-certificates unrar findutils perl gawk pacman net-tools \
&& update-ca-certificates && update-ca-certificates