浏览代码

更新 'Dockerfile'

stone 3 年之前
父节点
当前提交
93cc8e9fd5
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -2,7 +2,9 @@ FROM hub.evbj.easou.com/dev/centos68-resin:3.1.16-jdk8
 MAINTAINER scofield[scofield_shi@easou.cn]
 
 #install 
-RUN curl -O http://10.26.22.185:9000/psop/soft/ads.war /app/resin-pro-3.1.6/webapps/ads.war \
+RUN yum install -y wget rsync epel-release \
+	&& yum install -y vixie-cron \
+	&& yum install -y supervisor \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