|
@@ -4,7 +4,7 @@ MAINTAINER scofield[scofield_shi@easou.cn]
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
COPY rsyncd.wapage /etc/rsyncd.wapage
|
|
COPY rsyncd.wapage /etc/rsyncd.wapage
|
|
COPY release /etc/release
|
|
COPY release /etc/release
|
|
-
|
|
|
|
|
|
+jdk1.6.0_21.tar.gz
|
|
RUN yum install -y rsync \
|
|
RUN yum install -y rsync \
|
|
&& useradd wapage
|
|
&& useradd wapage
|
|
&& yum install -y wget rsync epel-release \
|
|
&& yum install -y wget rsync epel-release \
|
|
@@ -13,8 +13,11 @@ RUN yum install -y rsync \
|
|
&& chmod +x /usr/bin/entrypoint.sh \
|
|
&& chmod +x /usr/bin/entrypoint.sh \
|
|
&& curl -O http://10.26.22.185:9000/psop/soft/misc.tar.gz \
|
|
&& curl -O http://10.26.22.185:9000/psop/soft/misc.tar.gz \
|
|
&& curl -O http://10.26.22.185:9000/psop/soft/jdk1.6.0_21.tar.gz \
|
|
&& curl -O http://10.26.22.185:9000/psop/soft/jdk1.6.0_21.tar.gz \
|
|
- && tar -zxf jdk-8u101-linux-x64.tar.gz -C /usr/java/ \
|
|
|
|
- && tar zxf misc.tar.gz /app/
|
|
|
|
|
|
+ && mkdir /usr/java
|
|
|
|
+ && tar -zxf jdk1.6.0_21.tar.gz -C /usr/java/ \
|
|
|
|
+ && rm -f jdk1.6.0_21.tar.gz \
|
|
|
|
+ && tar zxf misc.tar.gz /app/ \
|
|
|
|
+ && rm -f misc.tar.gz
|
|
|
|
|
|
|
|
|
|
COPY supervisord.conf /etc/supervisord.conf
|
|
COPY supervisord.conf /etc/supervisord.conf
|