File tree 6 files changed +0
-6
lines changed
6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ RUN set -x \
22
22
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
23
23
&& rm php.tar.bz2* \
24
24
&& cd /usr/src/php \
25
- && ./buildconf --force \
26
25
&& ./configure --disable-cgi \
27
26
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
28
27
--with-curl \
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ RUN set -x \
31
31
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
32
32
&& rm php.tar.bz2* \
33
33
&& cd /usr/src/php \
34
- && ./buildconf --force \
35
34
&& ./configure --disable-cgi \
36
35
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
37
36
--with-curl \
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ RUN set -x \
22
22
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
23
23
&& rm php.tar.bz2* \
24
24
&& cd /usr/src/php \
25
- && ./buildconf --force \
26
25
&& ./configure --disable-cgi \
27
26
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
28
27
--with-curl \
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ RUN set -x \
31
31
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
32
32
&& rm php.tar.bz2* \
33
33
&& cd /usr/src/php \
34
- && ./buildconf --force \
35
34
&& ./configure --disable-cgi \
36
35
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
37
36
--with-curl \
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ RUN set -x \
22
22
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
23
23
&& rm php.tar.bz2* \
24
24
&& cd /usr/src/php \
25
- && ./buildconf --force \
26
25
&& ./configure --disable-cgi \
27
26
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
28
27
--with-curl \
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ RUN set -x \
31
31
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
32
32
&& rm php.tar.bz2* \
33
33
&& cd /usr/src/php \
34
- && ./buildconf --force \
35
34
&& ./configure --disable-cgi \
36
35
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
37
36
--with-curl \
You can’t perform that action at this time.
0 commit comments