You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/Dockerfile

15 lines
352 B
Docker

9 years ago
FROM debian:jessie
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
9 years ago
&& apt-get install -y --no-install-recommends \
postfix dovecot-imapd dovecot-sqlite \
dovecot-sieve dovecot-managesieved \
dovecot-antispam spamassassin clamav \
supervisor \
9 years ago
&& apt-get clean
ADD config /etc/
CMD ["/usr/bin/supervisord"]