Add additional modules to include

This commit is contained in:
Moghedrin 2014-10-24 15:33:21 -06:00
parent 381f6f4198
commit d21459dd50

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 \