add group changes
This commit is contained in:
parent
e0120d62d8
commit
3f99ae0384
@ -1,4 +1,6 @@
|
|||||||
FROM dovecot/dovecot:latest
|
FROM dovecot/dovecot:latest
|
||||||
|
|
||||||
RUN userdel _apt
|
RUN userdel _apt
|
||||||
|
RUN groupdel ssl-cert
|
||||||
|
RUN groupadd -r -g 101 postfix
|
||||||
RUN useradd -u 100 -r -g 101 -d /var/spool/postfix -s /sbin/nologin -c "postfix" postfix
|
RUN useradd -u 100 -r -g 101 -d /var/spool/postfix -s /sbin/nologin -c "postfix" postfix
|
||||||
|
Loading…
Reference in New Issue
Block a user