File tree Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments