We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0340a6c commit 248be9eCopy full SHA for 248be9e
1 file changed
thinkphp/in-sqlinjection/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
libpng12-dev \
10
libbz2-dev \
11
&& apt-get install -y --no-install-recommends git \
12
- && docker-php-ext-install -j$(nproc) mysql mysqli iconv mcrypt zip bz2 \
+ && docker-php-ext-install -j$(nproc) pdo_mysql iconv mcrypt zip bz2 \
13
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
14
&& docker-php-ext-install -j$(nproc) gd \
15
&& cd /var/www \
0 commit comments