Switch imap and smtp to debian:buster-slim
This commit is contained in:
parent
7e09af008e
commit
e8bf83b231
2 changed files with 2 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:buster
|
||||
FROM debian:buster-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
|
@ -26,4 +26,4 @@ VOLUME /home/catchall/Maildir
|
|||
|
||||
COPY docker/run-postfix /usr/local/bin/run-postfix
|
||||
|
||||
CMD ["dumb-init", "/usr/local/bin/run-postfix"]
|
||||
CMD ["dumb-init", "/usr/local/bin/run-postfix"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue