Update Dockerfile

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

View File

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