mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
Add additional modules to include
This commit is contained in:
parent
381f6f4198
commit
d21459dd50
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user