This commit is contained in:
kideny 2022-09-27 13:04:33 +08:00
parent 2e31c037cd
commit 59bf17ffcc
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ RUN if [ $INSTALL_PHALCON = true ]; then \
echo "extension=psr.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/phalcon.ini; \
echo "extension=phalcon.so" >> /etc/php/${LARADOCK_PHP_VERSION}/mods-available/phalcon.ini; \
ln -s /etc/php/${LARADOCK_PHP_VERSION}/mods-available/phalcon.ini /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/30-phalcon.ini; \
php -m | grep -q 'phalcon'; \
php -m | grep -q 'phalcon' \
;fi
###########################################################################