From f18df8cacba4ac33fef9f058ba5c393c08276d3b Mon Sep 17 00:00:00 2001 From: ajimenez Date: Mon, 13 Jul 2020 22:02:38 +0200 Subject: [PATCH] Add curl extension --- node-php/node8-php7.2/Dockerfile | 1 + node-php/node8-php7.3/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/node-php/node8-php7.2/Dockerfile b/node-php/node8-php7.2/Dockerfile index c716690..99d3bdd 100644 --- a/node-php/node8-php7.2/Dockerfile +++ b/node-php/node8-php7.2/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && \ apt-get install -y \ php7.2 \ php7.2-bcmath \ + php7.2-curl \ php7.2-gd \ php7.2-intl \ php7.2-mbstring \ diff --git a/node-php/node8-php7.3/Dockerfile b/node-php/node8-php7.3/Dockerfile index 0905431..9bf64ca 100644 --- a/node-php/node8-php7.3/Dockerfile +++ b/node-php/node8-php7.3/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && \ apt-get install -y \ php7.3 \ php7.3-bcmath \ + php7.3-curl \ php7.3-gd \ php7.3-intl \ php7.3-mbstring \