Merge pull request #31 from infosiftr/fix-gzip

Gzip does not exist as a flag, use zlib
This commit is contained in:
Tianon Gravi 2014-11-03 13:41:06 -07:00
commit 3e4c6d8bfb
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 \