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