File tree Expand file tree Collapse file tree 8 files changed +0
-16
lines changed
Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ RUN apt-get update \
2828 python3 \
2929 python3-pip \
3030 redis-tools \
31- rsyslog \
3231 sendmail \
3332 sendmail-bin \
3433 sudo \
Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636 echo " ${CRONTAB} " > /etc/cron.d/magento
3737fi
3838
39- # Get rsyslog running for cron output
4039touch $CRON_LOG
41- echo " cron.* $CRON_LOG " > /etc/rsyslog.d/cron.conf
42- service rsyslog start
4340
4441PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ RUN apt-get update \
2828 python3 \
2929 python3-pip \
3030 redis-tools \
31- rsyslog \
3231 sendmail \
3332 sendmail-bin \
3433 sudo \
Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636 echo " ${CRONTAB} " > /etc/cron.d/magento
3737fi
3838
39- # Get rsyslog running for cron output
4039touch $CRON_LOG
41- echo " cron.* $CRON_LOG " > /etc/rsyslog.d/cron.conf
42- service rsyslog start
4340
4441PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ RUN apt-get update \
2828 python3 \
2929 python3-pip \
3030 redis-tools \
31- rsyslog \
3231 sendmail \
3332 sendmail-bin \
3433 sudo \
Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636 echo " ${CRONTAB} " > /etc/cron.d/magento
3737fi
3838
39- # Get rsyslog running for cron output
4039touch $CRON_LOG
41- echo " cron.* $CRON_LOG " > /etc/rsyslog.d/cron.conf
42- service rsyslog start
4340
4441PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542
Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636 echo " ${CRONTAB} " > /etc/cron.d/magento
3737fi
3838
39- # Get rsyslog running for cron output
4039touch $CRON_LOG
41- echo " cron.* $CRON_LOG " > /etc/rsyslog.d/cron.conf
42- service rsyslog start
4340
4441PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ class GeneratePhp extends Command
4747 'python3 ' ,
4848 'python3-pip ' ,
4949 'redis-tools ' ,
50- 'rsyslog ' ,
5150 'sendmail ' ,
5251 'sendmail-bin ' ,
5352 'sudo ' ,
You can’t perform that action at this time.
0 commit comments