mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
commit
0985a4d4ba
@ -30,6 +30,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -39,6 +39,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -28,6 +28,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -37,6 +37,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -28,6 +28,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -37,6 +37,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -28,6 +28,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -37,6 +37,7 @@ RUN set -x \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user