Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-03 22:42:08 -05:00
committed by GitHub
parent 0ade3513c1
commit 8307b3b2f7

View File

@@ -10,7 +10,6 @@ VOLUME /config
ENV DEBIAN_FRONTEND noninteractive
RUN groupadd -g 100 users
RUN useradd -s /bin/bash -u 99 -g 100 nobody
# Update packages and install software