Ver código fonte

更新 'Dockerfile'

stone 3 anos atrás
pai
commit
76453800b1
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -2,8 +2,7 @@ FROM hub.evbj.easou.com/dev/centos68-resin:3.1.16-jdk8
 MAINTAINER scofield[scofield_shi@easou.cn]
 
 #install 
-RUN yum install -y wget rsync epel-release \
-	&& curl -O http://10.26.22.185:9000/psop/soft/ads.war /app/resin-pro-3.1.6/webapps/ads.war \
+RUN curl -O http://10.26.22.185:9000/psop/soft/ads.war /app/resin-pro-3.1.6/webapps/ads.war \
 	&& rm -f /app/resin-pro-3.1.6/conf/resin.conf
 
 COPY entrypoint.sh /usr/bin/entrypoint.sh