|
@ -22,6 +22,9 @@ ARG FILESUID=5000 |
|
|
### General Setup |
|
|
### General Setup |
|
|
### |
|
|
### |
|
|
|
|
|
|
|
|
|
|
|
# tell debian not to ask questions during install process |
|
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive |
|
|
|
|
|
|
|
|
# install packages we want |
|
|
# install packages we want |
|
|
RUN apt update -y && apt install -y postfix dovecot-imapd dovecot-lmtpd |
|
|
RUN apt update -y && apt install -y postfix dovecot-imapd dovecot-lmtpd |
|
|
|
|
|
|
|
|