Explorar el Código

更新 'Dockerfile'

stone hace 5 años
padre
commit
cd0662dd60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,7 +8,7 @@ COPY resin.ini /etc/supervisor/conf.d/resin.ini
 COPY rsyncd.wapage /etc/rsyncd.wapage
 COPY release /etc/release
 
-RUN yum install -y rsync
+RUN yum install -y rsync \
 	&& yum install -y wget rsync epel-release \
 	&& yum install -y supervisor \
 	&& export RELEASE=`head -n 1 /etc/release` \