We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8543a6e commit eec3f1cCopy full SHA for eec3f1c
Dockerfile
@@ -32,7 +32,7 @@ RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/
32
33
RUN docker-php-ext-install \
34
pcntl posix \
35
- mysqli \
+ mysqli pdo_mysql \
36
zip \
37
soap \
38
shmop \
@@ -42,7 +42,7 @@ RUN docker-php-ext-install \
42
43
44
RUN pecl install xdebug
45
-RUN docker-php-ext-enable xdebug
+RUN docker-php-ext-enable xdebug pdo_mysql
46
RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
47
48
RUN rm -rf /tmp/*
0 commit comments