Browse Source

更新 'Dockerfile'

stone 5 years ago
parent
commit
c067f0db77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -9,6 +9,7 @@ COPY release /etc/release
 
 RUN yum install -y rsync \
 	&& yum install -y wget rsync epel-release \
+	&& yum install -y vixie-cron \
 	&& yum install -y supervisor \
 	&& chmod +x /usr/bin/entrypoint.sh \
 	&& export RELEASE=`head -n 1 /etc/release` \