diff --git a/Dockerfile b/Dockerfile index 500c392..2b4d130 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN npm -g install Haraka \ USER root -RUN apt-get -y remove git && apt-get -y auto-remove && \ +RUN apt-get remove -y git && apt-get auto-remove -y && \ rm -rf /var/lib/apt/lists/* # Port 80 is used for LetsEncrypt