From 4391286a2b3b4f4741fd3b74ba399fa6ff242607 Mon Sep 17 00:00:00 2001 From: Angelo Biscola Date: Tue, 2 Feb 2021 15:20:48 -0300 Subject: [PATCH] Fix problem to install pdo_sqlsrv Dependency fix for microsoft repository configuration --- php-fpm/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/php-fpm/Dockerfile b/php-fpm/Dockerfile index 76dfeb80..d15901fb 100644 --- a/php-fpm/Dockerfile +++ b/php-fpm/Dockerfile @@ -39,6 +39,7 @@ RUN set -xe; \ pecl channel-update pecl.php.net && \ apt-get install -yqq \ apt-utils \ + gnupg2 \ # #-------------------------------------------------------------------------- # Mandatory Software's Installation