Skip to content

Commit

Permalink
apt install rsyslog (#2)
Browse files Browse the repository at this point in the history
* add redis and mongodb

* apt get rsyslog

* apt install rsyslog for 8.1

Co-authored-by: harry.lu[呂浩宇] <[email protected]>
  • Loading branch information
Hao1995 and harry.lu[呂浩宇] authored Jan 26, 2022
1 parent 834d0dd commit ca203b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN set -xe && \
apt-get update && \
apt-get install --yes --no-install-recommends --no-install-suggests \
libpq5 \
rsyslog \
${BUILD_DEPS} \
&& \
docker-php-ext-install \
Expand All @@ -25,9 +26,13 @@ RUN set -xe && \
&& \
pecl install \
swoole \
redis \
mongodb \
&& \
docker-php-ext-enable \
swoole \
redis \
mongodb \
&& \
pecl install \
redis \
Expand Down
5 changes: 5 additions & 0 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN set -xe && \
apt-get update && \
apt-get install --yes --no-install-recommends --no-install-suggests \
libpq5 \
rsyslog \
${BUILD_DEPS} \
&& \
docker-php-ext-install \
Expand All @@ -25,9 +26,13 @@ RUN set -xe && \
&& \
pecl install \
swoole \
redis \
mongodb \
&& \
docker-php-ext-enable \
swoole \
redis \
mongodb \
&& \
pecl install \
redis \
Expand Down

0 comments on commit ca203b6

Please sign in to comment.