Browse Source

更新 'Dockerfile'

robert 5 years ago
parent
commit
780a9e714c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -6,8 +6,9 @@ ENV TZ=Asia/Shanghai
 ENV JAVA_HOME /usr/java/jdk1.8.0_101
 
 #install jdk8 & resin4
-RUN yum install -y wget rsync epel-release supervisor \
+RUN yum install -y wget rsync epel-release \
     && useradd book \
+    && yum install -y supervisor \
     && mkdir -p /usr/java  /app/soft \
     && curl -O http://10.26.22.185:9000/psop/soft/jdk-8u101-linux-x64.tar.gz \
     && curl -O http://10.26.22.185:9000/psop/soft/flume-1.7.0.tar.gz \