Merge pull request #2937 from laradock/fix-2936

feat(gnupg): fix typo
This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-06 10:32:55 +08:00 committed by GitHub
commit fa18f6b1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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