We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ca3b8 commit 227bc37Copy full SHA for 227bc37
1 file changed
php-fpm/Dockerfile-72
@@ -325,7 +325,7 @@ RUN if [ ${INSTALL_MSSQL} = true ]; then \
325
# Ref from https://github.com/Microsoft/msphpsql/wiki/Dockerfile-for-adding-pdo_sqlsrv-and-sqlsrv-to-official-php-image
326
#####################################
327
# Add Microsoft repo for Microsoft ODBC Driver 13 for Linux
328
- apt-get update -yqq && apt-get install -y apt-transport-https \
+ apt-get update -yqq && apt-get install -y apt-transport-https gnupg \
329
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
330
&& curl https://packages.microsoft.com/config/debian/8/prod.list > /etc/apt/sources.list.d/mssql-release.list \
331
&& apt-get update -yqq \
0 commit comments