diff --git a/5.4/Dockerfile b/5.4/Dockerfile index 0c10b1b242..ad79e17bcc 100644 --- a/5.4/Dockerfile +++ b/5.4/Dockerfile @@ -25,10 +25,13 @@ RUN set -x \ && ./buildconf --force \ && ./configure --disable-cgi \ $(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \ + --with-curl \ + --with-gd \ + --with-gzip \ --with-mysql \ --with-mysqli \ - --with-pdo-mysql \ --with-openssl \ + --with-pdo-mysql \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ diff --git a/5.4/apache/Dockerfile b/5.4/apache/Dockerfile index c80eab4f5c..5d4deb8b73 100644 --- a/5.4/apache/Dockerfile +++ b/5.4/apache/Dockerfile @@ -34,10 +34,13 @@ RUN set -x \ && ./buildconf --force \ && ./configure --disable-cgi \ $(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \ + --with-curl \ + --with-gd \ + --with-gzip \ --with-mysql \ --with-mysqli \ - --with-pdo-mysql \ --with-openssl \ + --with-pdo-mysql \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 2153567c6a..5f76d1ca45 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -25,10 +25,13 @@ RUN set -x \ && ./buildconf --force \ && ./configure --disable-cgi \ $(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \ + --with-curl \ + --with-gd \ + --with-gzip \ --with-mysql \ --with-mysqli \ - --with-pdo-mysql \ --with-openssl \ + --with-pdo-mysql \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index 39bcc5f906..cf8addff59 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -34,10 +34,13 @@ RUN set -x \ && ./buildconf --force \ && ./configure --disable-cgi \ $(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \ + --with-curl \ + --with-gd \ + --with-gzip \ --with-mysql \ --with-mysqli \ - --with-pdo-mysql \ --with-openssl \ + --with-pdo-mysql \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 231765a78a..f585b0958b 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -25,10 +25,13 @@ RUN set -x \ && ./buildconf --force \ && ./configure --disable-cgi \ $(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \ + --with-curl \ + --with-gd \ + --with-gzip \ --with-mysql \ --with-mysqli \ - --with-pdo-mysql \ --with-openssl \ + --with-pdo-mysql \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \ diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index 6e0dcdbddb..6492181045 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -34,10 +34,13 @@ RUN set -x \ && ./buildconf --force \ && ./configure --disable-cgi \ $(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \ + --with-curl \ + --with-gd \ + --with-gzip \ --with-mysql \ --with-mysqli \ - --with-pdo-mysql \ --with-openssl \ + --with-pdo-mysql \ && make -j"$(nproc)" \ && make install \ && dpkg -r bison libbison-dev \