1
0
Fork 0

Run cleanups as root

master
Carlos Mogas da Silva vor 6 Jahren
Ursprung 003dc52b94
Commit 9e9315e4ad
  1. 4
      Dockerfile

@ -37,11 +37,11 @@ RUN npm -g install Haraka \
&& rm -f /home/node/.npm-global/lib/node_modules/Haraka/plugins/auth/auth_ldap.js \
&& rm -f /home/node/.npm-global/lib/node_modules/Haraka/plugins/rcpt_tp.ldap.js
USER root
RUN apt-get -y remove git && apt-get -y auto-remove && \
rm -rf /var/lib/apt/lists/*
USER root
# Port 80 is used for LetsEncrypt
EXPOSE 25 80 587

Laden…
Abbrechen
Speichern