Fixes #8 - BC BREAK - User configuration is no longer in docker-compose.yml to make it easier to maintain

This commit is contained in:
Thomas VIAL 2015-07-16 19:35:11 +02:00
parent f79da1d3f7
commit 320156439f
6 changed files with 33 additions and 39 deletions

View file

@ -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