supply gnupg extensino enable

This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-05 20:51:02 +08:00
parent 9e1bce0ae9
commit 11cbf7ecee

View File

@ -111,7 +111,9 @@ RUN if [ ${INSTALL_GNUPG} = true ]; then \
else \
pecl install gnupg; \
fi; \
fi
fi; \
docker-php-ext-enable gnupg; \
php -m | grep -q 'gnupg'
###########################################################################
# SSH2: