Skip to content

Commit 227bc37

Browse files
committed
Fix MSSQL issue with a non-installed dependency
1 parent 74ca3b8 commit 227bc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile-72

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ RUN if [ ${INSTALL_MSSQL} = true ]; then \
325325
# Ref from https://github.com/Microsoft/msphpsql/wiki/Dockerfile-for-adding-pdo_sqlsrv-and-sqlsrv-to-official-php-image
326326
#####################################
327327
# Add Microsoft repo for Microsoft ODBC Driver 13 for Linux
328-
apt-get update -yqq && apt-get install -y apt-transport-https \
328+
apt-get update -yqq && apt-get install -y apt-transport-https gnupg \
329329
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
330330
&& curl https://packages.microsoft.com/config/debian/8/prod.list > /etc/apt/sources.list.d/mssql-release.list \
331331
&& apt-get update -yqq \

0 commit comments

Comments
 (0)