From e76236bbadcda3dc4e42f1b3a3541c71c026930b Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Tue, 19 Jun 2018 10:16:28 +0100 Subject: [PATCH] Add missing && --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1eb95e..341be1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN npm -g install Haraka \ USER root -RUN apt-get -y autoremove git \ +RUN apt-get -y autoremove git && \ rm -rf /var/lib/apt/lists/* # Port 80 is used for LetsEncrypt