fix typo
This commit is contained in:
parent
fdfa279b33
commit
66abe78874
|
@ -362,16 +362,6 @@ RUN if [ ${INSTALL_XMLRPC} = true ]; then \
|
||||||
docker-php-ext-install xmlrpc \
|
docker-php-ext-install xmlrpc \
|
||||||
;fi
|
;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
|
# Optional Supervisord Configuration
|
||||||
|
|
Loading…
Reference in New Issue