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