One more try to remove git package

master
父节点 3cf3dfe0dd
当前提交 98a42984f5
  1. 2
      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

正在加载...
取消
保存