add dovecot dockerfile and build script
This commit is contained in:
commit
e0120d62d8
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM dovecot/dovecot:latest
|
||||
|
||||
RUN userdel _apt
|
||||
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