mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Fixes #8 - BC BREAK - User configuration is no longer in docker-compose.yml to make it easier to maintain
This commit is contained in:
parent
f79da1d3f7
commit
320156439f
6 changed files with 33 additions and 39 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:14.04
|
|||
MAINTAINER Thomas VIAL
|
||||
|
||||
# Packages
|
||||
RUN apt-get update -q
|
||||
RUN apt-get update -q --fix-missing
|
||||
RUN apt-get -y upgrade
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install vim postfix sasl2-bin courier-imap courier-imap-ssl courier-authdaemon supervisor libfam0 fam amavisd-new spamassassin clamav-daemon libnet-dns-perl libmail-spf-perl pyzor razor arj bzip2 cabextract cpio file gzip nomarch pax unzip zip zoo rsyslog
|
||||
RUN apt-get autoclean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue