mirror of
https://github.com/danog/php.git
synced 2025-01-22 04:51:20 +01:00
Merge pull request #32 from infosiftr/remove-buildconf
Remove buildconf from our Dockerfiles since we use the release tarballs...
This commit is contained in:
commit
c1fe2a2c01
@ -22,7 +22,6 @@ RUN set -x \
|
||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
&& rm php.tar.bz2* \
|
||||
&& cd /usr/src/php \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
|
@ -31,7 +31,6 @@ RUN set -x \
|
||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
&& rm php.tar.bz2* \
|
||||
&& cd /usr/src/php \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
|
@ -22,7 +22,6 @@ RUN set -x \
|
||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
&& rm php.tar.bz2* \
|
||||
&& cd /usr/src/php \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
|
@ -31,7 +31,6 @@ RUN set -x \
|
||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
&& rm php.tar.bz2* \
|
||||
&& cd /usr/src/php \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
|
@ -22,7 +22,6 @@ RUN set -x \
|
||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
&& rm php.tar.bz2* \
|
||||
&& cd /usr/src/php \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
|
@ -31,7 +31,6 @@ RUN set -x \
|
||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
&& rm php.tar.bz2* \
|
||||
&& cd /usr/src/php \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
|
Loading…
x
Reference in New Issue
Block a user