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 \