Skip to content

Commit ba38d4a

Browse files
committed
Merge pull request #27 from infosiftr/additionalModules
Add additional modules to include
2 parents 381f6f4 + 7cd19dc commit ba38d4a

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

5.4/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ RUN set -x \
2525
&& ./buildconf --force \
2626
&& ./configure --disable-cgi \
2727
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
28+
--with-curl \
29+
--with-gd \
30+
--with-gzip \
2831
--with-mysql \
2932
--with-mysqli \
30-
--with-pdo-mysql \
3133
--with-openssl \
34+
--with-pdo-mysql \
3235
&& make -j"$(nproc)" \
3336
&& make install \
3437
&& dpkg -r bison libbison-dev \

5.4/apache/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ RUN set -x \
3434
&& ./buildconf --force \
3535
&& ./configure --disable-cgi \
3636
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
37+
--with-curl \
38+
--with-gd \
39+
--with-gzip \
3740
--with-mysql \
3841
--with-mysqli \
39-
--with-pdo-mysql \
4042
--with-openssl \
43+
--with-pdo-mysql \
4144
&& make -j"$(nproc)" \
4245
&& make install \
4346
&& dpkg -r bison libbison-dev \

5.5/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ RUN set -x \
2525
&& ./buildconf --force \
2626
&& ./configure --disable-cgi \
2727
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
28+
--with-curl \
29+
--with-gd \
30+
--with-gzip \
2831
--with-mysql \
2932
--with-mysqli \
30-
--with-pdo-mysql \
3133
--with-openssl \
34+
--with-pdo-mysql \
3235
&& make -j"$(nproc)" \
3336
&& make install \
3437
&& dpkg -r bison libbison-dev \

5.5/apache/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ RUN set -x \
3434
&& ./buildconf --force \
3535
&& ./configure --disable-cgi \
3636
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
37+
--with-curl \
38+
--with-gd \
39+
--with-gzip \
3740
--with-mysql \
3841
--with-mysqli \
39-
--with-pdo-mysql \
4042
--with-openssl \
43+
--with-pdo-mysql \
4144
&& make -j"$(nproc)" \
4245
&& make install \
4346
&& dpkg -r bison libbison-dev \

5.6/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ RUN set -x \
2525
&& ./buildconf --force \
2626
&& ./configure --disable-cgi \
2727
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
28+
--with-curl \
29+
--with-gd \
30+
--with-gzip \
2831
--with-mysql \
2932
--with-mysqli \
30-
--with-pdo-mysql \
3133
--with-openssl \
34+
--with-pdo-mysql \
3235
&& make -j"$(nproc)" \
3336
&& make install \
3437
&& dpkg -r bison libbison-dev \

5.6/apache/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ RUN set -x \
3434
&& ./buildconf --force \
3535
&& ./configure --disable-cgi \
3636
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
37+
--with-curl \
38+
--with-gd \
39+
--with-gzip \
3740
--with-mysql \
3841
--with-mysqli \
39-
--with-pdo-mysql \
4042
--with-openssl \
43+
--with-pdo-mysql \
4144
&& make -j"$(nproc)" \
4245
&& make install \
4346
&& dpkg -r bison libbison-dev \

0 commit comments

Comments
 (0)