This repository was archived by the owner on Jul 25, 2023. It is now read-only.
Commit e0338ec 1 parent d0dff51 commit e0338ec Copy full SHA for e0338ec
File tree 8 files changed +8
-0
lines changed
8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ ENTRYPOINT ["/entrypoint.sh"]
38
38
ENV BIN_DIR "/usr/local/bin"
39
39
RUN apt-get update \
40
40
&& apt-get install -y cron git groff mysql-client python-pip rsyslog sudo \
41
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
41
42
&& pip install awscli \
42
43
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
43
44
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ ENTRYPOINT ["/entrypoint.sh"]
38
38
ENV BIN_DIR "/usr/local/bin"
39
39
RUN apt-get update \
40
40
&& apt-get install -y cron git groff mysql-client python-pip rsyslog sudo \
41
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
41
42
&& pip install awscli \
42
43
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
43
44
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ ENTRYPOINT ["/entrypoint.sh"]
38
38
ENV BIN_DIR "/usr/local/bin"
39
39
RUN apt-get update \
40
40
&& apt-get install -y cron git groff mysql-client python-pip rsyslog sudo \
41
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
41
42
&& pip install awscli \
42
43
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
43
44
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ ENTRYPOINT ["/entrypoint.sh"]
38
38
ENV BIN_DIR "/usr/local/bin"
39
39
RUN apt-get update \
40
40
&& apt-get install -y cron git groff default-mysql-client python-pip rsyslog sudo \
41
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
41
42
&& pip install awscli \
42
43
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
43
44
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ ENTRYPOINT ["/entrypoint.sh"]
37
37
ENV BIN_DIR "/usr/local/bin"
38
38
RUN apt-get update \
39
39
&& apt-get install -y cron git groff default-mysql-client python-pip rsyslog sudo \
40
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
40
41
&& pip install awscli \
41
42
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
42
43
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ ENTRYPOINT ["/entrypoint.sh"]
37
37
ENV BIN_DIR "/usr/local/bin"
38
38
RUN apt-get update \
39
39
&& apt-get install -y cron git groff default-mysql-client python-pip rsyslog sudo \
40
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
40
41
&& pip install awscli \
41
42
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
42
43
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ ENTRYPOINT ["/entrypoint.sh"]
31
31
ENV BIN_DIR "/usr/local/bin"
32
32
RUN apt-get update \
33
33
&& apt-get install -y cron git groff default-mysql-client python-pip rsyslog sudo \
34
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
34
35
&& pip install awscli \
35
36
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
36
37
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
Original file line number Diff line number Diff line change 3
3
ENV BIN_DIR "/usr/local/bin"
4
4
RUN apt-get update \
5
5
&& apt-get install -y cron git groff <?php echo $mysql_client_package ?> python-pip rsyslog sudo \
6
+ && sed -i '/imklog/s/^/#/' /etc/rsyslog.conf \
6
7
&& pip install awscli \
7
8
&& curl --retry 10 --retry-delay 3 https://getcomposer.org/installer | php -- --install-dir=$BIN_DIR --filename=composer \
8
9
&& curl --retry 10 --retry-delay 3 -L https://github.com/punkstar/mageconfigsync/releases/download/0.4.0/mageconfigsync-0.4.0.phar -o $BIN_DIR/mageconfigsync && chmod +x $BIN_DIR/mageconfigsync \
You can’t perform that action at this time.
0 commit comments