Update Dockerfile

This commit is contained in:
MarkusMcNugen
2021-03-22 21:24:49 -04:00
committed by GitHub
parent 4dae9de9c0
commit bd371b4f98

View File

@@ -10,7 +10,9 @@ 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 apk add --update coreutils bash openvpn iptables shadow boost-system boost-thread ca-certificates unrar findutils perl gawk pacman net-tools RUN 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 \
&& update-ca-certificates
RUN usermod -u 99 nobody RUN usermod -u 99 nobody