Browse Source

更新 'Dockerfile-base'

stone 5 years ago
parent
commit
093efc6f25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile-base

+ 1 - 0
Dockerfile-base

@@ -15,6 +15,7 @@ ADD release /etc/release
 
 
 RUN yum install -y rsync \
 RUN yum install -y rsync \
 	&& rm -rf /data/project/* \
 	&& rm -rf /data/project/* \
+    && rm -rf /app/soft/flume \
 	&& chmod 600 /etc/rsyncd.wapage \
 	&& chmod 600 /etc/rsyncd.wapage \
 	&& chmod +x /usr/bin/entrypoint.sh \
 	&& chmod +x /usr/bin/entrypoint.sh \
 	&& chmod +x /cron/root/nginxlog_cut.sh \
 	&& chmod +x /cron/root/nginxlog_cut.sh \