|
@@ -1,4 +1,4 @@
|
|
|
-FROM hub.evbj.easou.com/dev/centos:7.9.2009
|
|
|
+FROM centos:7
|
|
|
|
|
|
LABEL author="robert[robert_du@easou.cn]"
|
|
|
|
|
@@ -11,8 +11,9 @@ COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
#install jdk8 & resin4
|
|
|
|
|
|
RUN yum install -y epel-release \
|
|
|
- && yum -y install wget rsync lsof crontabs vim psmisc nginx\
|
|
|
+ && yum -y install wget rsync lsof crontabs vim psmisc\
|
|
|
&& yum install -y supervisor \
|
|
|
+ && yum install -y nginx \
|
|
|
&& mkdir -p /usr/java /app/soft /cron/root \
|
|
|
&& curl -O http://10.26.22.113:9000/psop/soft/jdk1.8.0_271.tar.gz \
|
|
|
&& tar -xf jdk1.8.0_271.tar.gz -C /usr/java/ \
|