File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -x \
52
52
&& echo "<html><head></head><body><?php echo '<h1>Hello, World!</h1>'; ?></body></html>" >> /var/www/html/index.php \
53
53
&& cd /usr/src/php \
54
54
&& make clean \
55
- && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql \
55
+ && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli --with-pdo-mysql \
56
56
&& make -j"$(nproc)" \
57
57
&& make install \
58
58
&& cp php.ini-development /usr/local/lib/php.ini \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -x \
51
51
&& echo "<html><head></head><body><?php echo '<h1>Hello, World!</h1>'; ?></body></html>" >> /var/www/html/index.php \
52
52
&& cd /usr/src/php \
53
53
&& make clean \
54
- && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql \
54
+ && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli --with-pdo-mysql \
55
55
&& make -j"$(nproc)" \
56
56
&& make install \
57
57
&& cp php.ini-development /usr/local/lib/php.ini \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -x \
51
51
&& echo "<html><head></head><body><?php echo '<h1>Hello, World!</h1>'; ?></body></html>" >> /var/www/html/index.php \
52
52
&& cd /usr/src/php \
53
53
&& make clean \
54
- && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql \
54
+ && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli --with-pdo-mysql \
55
55
&& make -j"$(nproc)" \
56
56
&& make install \
57
57
&& cp php.ini-development /usr/local/lib/php.ini \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -x \
51
51
&& echo "<html><head></head><body><?php echo '<h1>Hello, World!</h1>'; ?></body></html>" >> /var/www/html/index.php \
52
52
&& cd /usr/src/php \
53
53
&& make clean \
54
- && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql \
54
+ && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli --with-pdo-mysql \
55
55
&& make -j"$(nproc)" \
56
56
&& make install \
57
57
&& cp php.ini-development /usr/local/lib/php.ini \
Original file line number Diff line number Diff line change 28
28
&& echo "<html><head></head><body><?php echo '<h1>Hello, World!</h1>'; ?></body></html>" >> /var/www/html/index.php \
29
29
&& cd /usr/src/php \
30
30
&& make clean \
31
- && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql \
31
+ && ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli --with-pdo-mysql \
32
32
&& make -j"$(nproc)" \
33
33
&& make install \
34
34
&& cp php.ini-development /usr/local/lib/php.ini \
You can’t perform that action at this time.
0 commit comments