Explorar el Código

更新 'Dockerfile-basenew'

stone hace 5 años
padre
commit
3c8c62a8f6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile-basenew

+ 1 - 0
Dockerfile-basenew

@@ -6,6 +6,7 @@ COPY rsyncd.wapage /etc/rsyncd.wapage
 COPY release /etc/release
 
 RUN yum install -y rsync \
+	&& useradd wapage
 	&& yum install -y wget rsync epel-release \
 	&& yum install -y vixie-cron \
 	&& yum install -y supervisor \