Merge pull request #2834 from angelobiscola/patch-1

Fix problem to install pdo_sqlsrv
This commit is contained in:
Shao Yu-Lung (Allen) 2021-03-23 09:28:35 +08:00 committed by GitHub
commit 61889c39ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ RUN set -xe; \
pecl channel-update pecl.php.net && \
apt-get install -yqq \
apt-utils \
gnupg2 \
git \
#
#--------------------------------------------------------------------------