Skip to content

Commit

Permalink
指定 swoole, redis, mongodb 版本 (#3)
Browse files Browse the repository at this point in the history
* add redis and mongodb

* add specific version

* adjust the order

Co-authored-by: harry.lu[呂浩宇] <[email protected]>
  • Loading branch information
Hao1995 and harry.lu[呂浩宇] committed Mar 28, 2022
1 parent 3875177 commit b61e882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN set -xe && \
pdo_sqlite \
&& \
pecl install \
mongodb \
redis \
swoole \
mongodb-1.12.0 \
redis-5.3.6 \
swoole-4.8.6 \
&& \
docker-php-ext-enable \
mongodb \
Expand Down
6 changes: 3 additions & 3 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN set -xe && \
pdo_sqlite \
&& \
pecl install \
mongodb \
redis \
swoole \
mongodb-1.12.0 \
redis-5.3.6 \
swoole-4.8.6 \
&& \
docker-php-ext-enable \
mongodb \
Expand Down

0 comments on commit b61e882

Please sign in to comment.