diff --git a/5.4/Dockerfile b/5.4/Dockerfile index 0c10b1b24..ad79e17bc 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 c80eab4f5..5d4deb8b7 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 2153567c6..5f76d1ca4 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 39bcc5f90..cf8addff5 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 231765a78..f585b0958 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 6e0dcdbdd..649218104 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 \