From 8315df0053dc5815a3465a6cd988efdb50d7f435 Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 21 May 2020 11:11:21 +0200 Subject: [PATCH] Add bcmath package to nginx-php --- nginx-php/Dockerfile.7.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index cbf0779..2525f4c 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -86,6 +86,7 @@ ARG PHP_EXT_LIST=" \ pgsql \ ftp \ exif \ + bcmath \ gmp \ imap"