Browse Source

更新 'Dockerfile'

stone 5 năm trước cách đây
mục cha
commit
cd0662dd60
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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` \