2024-06-12 11:57:30 +00:00
|
|
|
FROM dovecot/dovecot:latest
|
|
|
|
|
|
|
|
RUN userdel _apt
|
2024-06-13 23:55:23 +00:00
|
|
|
RUN groupdel ssl-cert
|
|
|
|
RUN groupadd -r -g 101 postfix
|
2024-06-12 11:57:30 +00:00
|
|
|
RUN useradd -u 100 -r -g 101 -d /var/spool/postfix -s /sbin/nologin -c "postfix" postfix
|