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

View File

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