From 4dae9de9c0cefc621dcb717e73fc04420aa75be7 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Mon, 22 Mar 2021 21:21:08 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a5f1a97..0b53487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ MAINTAINER MarkusMcNugen VOLUME /downloads 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 coreutils bash openvpn iptables shadow boost-system boost-thread ca-certificates unrar findutils perl gawk pacman net-tools +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 usermod -u 99 nobody