Parcourir la source

更新 'Dockerfile'

robert il y a 3 ans
Parent
commit
4b2908af00
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -9,7 +9,7 @@ ENV RESIN_HOME /app/soft/resin-4.0.65
 
 #install jdk8 & resin4 & flume
 
-RUN yum install -y wget rsync epel-release \
+RUN yum install -y wget rsync supervisor lsof crontabs rsyslog \
     && useradd book \
     && mkdir -p /usr/java  /app/soft /cron/root \
     && curl -O http://10.26.22.185:9000/psop/soft/jdk1.8.0_271.tar.gz \