From 1200da7e1e63991573f7380f3768337bed5e24fe Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Tue, 19 Jun 2018 16:24:00 +0100 Subject: [PATCH] Is this really needed? --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 341be1a..3ada17a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,9 +33,9 @@ RUN npm -g install Haraka \ && npm -g install haraka-net-utils \ && npm -g install haraka-plugin-rspamd \ && npm -g install https://github.com/haraka/haraka-plugin-auth-ldap.git \ - && npm -g install haraka-plugin-rcpt-ldap \ - && 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 + && npm -g install haraka-plugin-rcpt-ldap +# && 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