From bd371b4f984fda22f188940be2c66139baeda9ab Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Mon, 22 Mar 2021 21:24:49 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b53487..6b7a93b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/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