Added stage
This commit is contained in:
parent
8b945e78b5
commit
5b1a6ca6c0
@ -13,7 +13,7 @@ ENV LANG='en_US.UTF-8' \
|
||||
PM_GID='1003'
|
||||
|
||||
RUN zypper -n in tar wget gzip
|
||||
RUN sed -i 's/^CREATE_MAIL_SPOOL=yes/CREATE_MAIL_SPOOL=no/' /etc/default/useradd && \
|
||||
RUN /usr/bin/sed -i 's/^CREATE_MAIL_SPOOL=yes/CREATE_MAIL_SPOOL=no/' /etc/default/useradd && \
|
||||
/usr/sbin/groupadd -g $PM_GID $PM_GROUP && \
|
||||
/usr/sbin/useradd -u $PM_UID -g $PM_GROUP -M $PM_USER && \
|
||||
mkdir /pmmp && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user