Skip to content

Commit c1fe2a2

Browse files
committed
Merge pull request #32 from infosiftr/remove-buildconf
Remove buildconf from our Dockerfiles since we use the release tarballs...
2 parents 3e4c6d8 + a3dcd78 commit c1fe2a2

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

5.4/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN set -x \
2222
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
2323
&& rm php.tar.bz2* \
2424
&& cd /usr/src/php \
25-
&& ./buildconf --force \
2625
&& ./configure --disable-cgi \
2726
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
2827
--with-curl \

5.4/apache/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN set -x \
3131
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
3232
&& rm php.tar.bz2* \
3333
&& cd /usr/src/php \
34-
&& ./buildconf --force \
3534
&& ./configure --disable-cgi \
3635
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
3736
--with-curl \

5.5/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN set -x \
2222
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
2323
&& rm php.tar.bz2* \
2424
&& cd /usr/src/php \
25-
&& ./buildconf --force \
2625
&& ./configure --disable-cgi \
2726
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
2827
--with-curl \

5.5/apache/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN set -x \
3131
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
3232
&& rm php.tar.bz2* \
3333
&& cd /usr/src/php \
34-
&& ./buildconf --force \
3534
&& ./configure --disable-cgi \
3635
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
3736
--with-curl \

5.6/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN set -x \
2222
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
2323
&& rm php.tar.bz2* \
2424
&& cd /usr/src/php \
25-
&& ./buildconf --force \
2625
&& ./configure --disable-cgi \
2726
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
2827
--with-curl \

5.6/apache/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN set -x \
3131
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
3232
&& rm php.tar.bz2* \
3333
&& cd /usr/src/php \
34-
&& ./buildconf --force \
3534
&& ./configure --disable-cgi \
3635
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
3736
--with-curl \

0 commit comments

Comments
 (0)