From 73d7b33ae2cccb75ae3a52bf32f9302823a90a0d Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 11 Feb 2018 23:24:54 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d925c0d..44447e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ VOLUME /config 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 \ - && apk add --update bash openvpn iptables shadow apk-tools boost-system boost-thread ca-certificates unrar findutils + && apk add --update bash openvpn iptables shadow apk-tools boost-system boost-thread ca-certificates unrar findutils perl RUN usermod -u 99 nobody