File tree 6 files changed +6
-0
lines changed
6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RUN buildDeps=" \
34
34
&& cd /usr/src/php \
35
35
&& ./configure --disable-cgi \
36
36
$PHP_EXTRA_CONFIGURE_ARGS \
37
+ --enable-soap \
37
38
--with-curl \
38
39
--with-gd \
39
40
--with-mysql \
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ RUN buildDeps=" \
47
47
&& cd /usr/src/php \
48
48
&& ./configure --disable-cgi \
49
49
$PHP_EXTRA_CONFIGURE_ARGS \
50
+ --enable-soap \
50
51
--with-curl \
51
52
--with-gd \
52
53
--with-mysql \
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RUN buildDeps=" \
34
34
&& cd /usr/src/php \
35
35
&& ./configure --disable-cgi \
36
36
$PHP_EXTRA_CONFIGURE_ARGS \
37
+ --enable-soap \
37
38
--with-curl \
38
39
--with-gd \
39
40
--with-mysql \
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ RUN buildDeps=" \
47
47
&& cd /usr/src/php \
48
48
&& ./configure --disable-cgi \
49
49
$PHP_EXTRA_CONFIGURE_ARGS \
50
+ --enable-soap \
50
51
--with-curl \
51
52
--with-gd \
52
53
--with-mysql \
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RUN buildDeps=" \
34
34
&& cd /usr/src/php \
35
35
&& ./configure --disable-cgi \
36
36
$PHP_EXTRA_CONFIGURE_ARGS \
37
+ --enable-soap \
37
38
--with-curl \
38
39
--with-gd \
39
40
--with-mysql \
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ RUN buildDeps=" \
47
47
&& cd /usr/src/php \
48
48
&& ./configure --disable-cgi \
49
49
$PHP_EXTRA_CONFIGURE_ARGS \
50
+ --enable-soap \
50
51
--with-curl \
51
52
--with-gd \
52
53
--with-mysql \
You can’t perform that action at this time.
0 commit comments