Explorar el Código

更新 'Dockerfile'

robert hace 3 años
padre
commit
4b2908af00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \