|
@@ -14,7 +14,7 @@ RUN yum install -y wget rsync epel-release lsof crontabs vim psmisc nginx\
|
|
|
&& /usr/sbin/groupadd -g 18001 book ;useradd -s /bin/bash -g book -u 18001 book \
|
|
|
&& yum install -y supervisor \
|
|
|
&& mkdir -p /usr/java /app/soft /cron/root \
|
|
|
- && curl -O http://10.26.22.185:9000/psop/soft/jdk1.8.0_271.tar.gz \
|
|
|
+ && 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/ \
|
|
|
&& rm -f jdk1.8.0_271.tar.gz \
|
|
|
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
|