This commit is contained in:
Thomas Peterson 2023-09-30 07:21:44 +00:00
parent e5a7f0c4d3
commit c4b43e0afe

View File

@ -5,6 +5,7 @@ COPY ./images/php/cron/conf.d/psc /etc/cron.d/
COPY ./images/php/cron/bin/ /usr/bin/
RUN chmod +x /usr/bin/start-cron.sh
RUN chmod +x /usr/bin/set-env.sh
RUN chmod 0600 /etc/cron.d/psc
RUN apt-get update && apt-get install -y cron rsyslog
RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf