Skip to content

Commit

Permalink
remove system flag for new user
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 authored Jun 2, 2018
1 parent 896f59e commit bace164
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 @@ -16,7 +16,7 @@ ENV LANG=en_US.UTF-8 \
DEBIAN_FRONTEND=noninteractive

# 首先加用户,防止 uid/gid 不稳定
RUN groupadd -r user && useradd -r -m -g user user
RUN groupadd user && useradd -m -g user user

# download files out of container
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.18.1.5/s6-overlay-amd64.tar.gz /tmp/s6-overlay-amd64.tar.gz
Expand Down

0 comments on commit bace164

Please sign in to comment.