From 98a42984f5a758565c7391996d86b4862da4270a Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Tue, 19 Jun 2018 10:09:07 +0100 Subject: [PATCH] One more try to remove git package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f52827c..f60c20b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN npm -g install Haraka \ USER root -RUN apt-get remove git && apt-get autoremove && \ +RUN apt-get -y remove git && apt-get autoremove && \ rm -rf /var/lib/apt/lists/* # Port 80 is used for LetsEncrypt