Gzip does not exist as a flag, use zlib

This commit is contained in:
Joe Ferguson 2014-11-03 10:07:14 -08:00
parent ba38d4a6ca
commit 87828ff10b
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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