Browse Source

更新 'Dockerfile'

stone 4 years ago
parent
commit
78171f0cda
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -13,6 +13,7 @@ RUN yum install -y rsync \
 	&& 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 \
 	&& mkdir /usr/java \
+	&& mkdir /app \
 	&& 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/ \