Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong authored Mar 20, 2021
1 parent fdfa279 commit 66abe78
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions php-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -362,16 +362,6 @@ RUN if [ ${INSTALL_XMLRPC} = true ]; then \
docker-php-ext-install xmlrpc \
;fi

RUN if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
pecl install mongo; \
docker-php-ext-enable mongo; \
php -m | grep -q 'mongo'; \
else \
pecl install mongodb; \
docker-php-ext-enable mongodb; \
php -m | grep -q 'mongodb'; \
fi

#
#--------------------------------------------------------------------------
# Optional Supervisord Configuration
Expand Down

0 comments on commit 66abe78

Please sign in to comment.