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