Remove bundled plugins that we install seperately

master
Carlos Mogas da Silva 6 лет назад
Родитель ca4e92e2df
Сommit 4f8a61d7f8
  1. 4
      Dockerfile

@ -34,7 +34,9 @@ RUN npm -g install Haraka \
&& npm -g install haraka-net-utils \
&& npm -g install haraka-plugin-rspamd \
&& npm -g install haraka-plugin-auth-ldap \
&& npm -g install haraka-plugin-rcpt-ldap
&& 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

Загрузка…
Отмена
Сохранить