Fix skeleton flag on useradd.

pull/5/head
Icedream 2015-11-01 16:05:33 +01:00
parent c0ce150858
commit 930b7c5bd1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ENV TS3BOT_COMMIT 82c19a2196770c463d8c94fc9e5842dfe8697c8d
# Add "app" user
RUN mkdir -p /tmp/empty &&\
groupadd -g 9999 app &&\
useradd -d /home/app -l -N -g app -m /tmp/empty -u 9999 app
useradd -d /home/app -l -N -g app -m -k /tmp/empty -u 9999 app
ADD setup.sh /
RUN sh /setup.sh