modified: Dockerfile
Remove -D option to user add
This commit is contained in:
parent
114cce6ae4
commit
4f3126e9e5
@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
|
||||
|
||||
RUN zypper -n in tar wget gzip
|
||||
RUN groupadd -g $PM_GID $PM_GROUP
|
||||
RUN useradd -D -u $PM_UID -g $PM_GROUP -M $PM_USER
|
||||
RUN useradd -u $PM_UID -g $PM_GROUP -M $PM_USER
|
||||
RUN mkdir /pmmp
|
||||
RUN chown $PM_USER:$PM_GROUP /pmmp
|
||||
RUN cd /pmmp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user