From c6d432cfc348eec0c8f497857e9aba8f66aa614f Mon Sep 17 00:00:00 2001 From: Jonas Tingeborn Date: Sun, 14 Feb 2016 03:57:20 +0100 Subject: [PATCH] add missing ppa repo to dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index f5eb3c42..ca05261c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,9 @@ CMD ["/sbin/my_init"] # Create the user-data user, so the start script doesn't have to. RUN useradd -m user-data +# Add project specific repo for dovecot and postgrey +RUN add-apt-repository -y ppa:mail-in-a-box/ppa + # Docker has a beautiful way to cache images after each step. The next few # steps of installing system packages are very intensive, so we take care # of them early and let docker cache the image after that, before doing