Skip to content

Commit

Permalink
Add --gecos "" to avoid adduser prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 17, 2016
1 parent a66ec7e commit 9da846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && \
apt-get purge -y git jq && \
apt-get autoremove -y

RUN adduser -u 9000 --disabled-password app
RUN adduser -u 9000 --gecos "" --disabled-password app
COPY . /usr/src/app
RUN chown -R app:app /usr/src/app

Expand Down

0 comments on commit 9da846b

Please sign in to comment.