Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 21:56:43 -05:00 committed by GitHub
parent 4b37057ef5
commit 6a9e6fb6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@ VOLUME /config
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN groupadd -g 100 users
RUN useradd -s /bin/bash -u 99 -g 100 nobody
# Update packages and install software # Update packages and install software
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install software-properties-common \ && apt-get -y install software-properties-common \