Add additional modules to versions 5.4 and 5.5

This commit is contained in:
Moghedrin 2014-10-24 16:46:42 -06:00
parent d21459dd50
commit cfa9eab115
2 changed files with 8 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \