Skip to content

Commit 248be9e

Browse files
committed
change mysql mysqli to pdo_mysql
1 parent 0340a6c commit 248be9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thinkphp/in-sqlinjection/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99
libpng12-dev \
1010
libbz2-dev \
1111
&& apt-get install -y --no-install-recommends git \
12-
&& docker-php-ext-install -j$(nproc) mysql mysqli iconv mcrypt zip bz2 \
12+
&& docker-php-ext-install -j$(nproc) pdo_mysql iconv mcrypt zip bz2 \
1313
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
1414
&& docker-php-ext-install -j$(nproc) gd \
1515
&& cd /var/www \

0 commit comments

Comments
 (0)