mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
Merge pull request #31 from infosiftr/fix-gzip
Gzip does not exist as a flag, use zlib
This commit is contained in:
commit
3e4c6d8bfb
@ -27,11 +27,11 @@ RUN set -x \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
--with-zlib \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -36,11 +36,11 @@ RUN set -x \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
--with-zlib \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -27,11 +27,11 @@ RUN set -x \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
--with-zlib \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -36,11 +36,11 @@ RUN set -x \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
--with-zlib \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -27,11 +27,11 @@ RUN set -x \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
--with-zlib \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -36,11 +36,11 @@ RUN set -x \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
--with-zlib \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user