Skip to content

Commit eec3f1c

Browse files
authored
Add pdo_mysql
1 parent 8543a6e commit eec3f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/
3232

3333
RUN docker-php-ext-install \
3434
pcntl posix \
35-
mysqli \
35+
mysqli pdo_mysql \
3636
zip \
3737
soap \
3838
shmop \
@@ -42,7 +42,7 @@ RUN docker-php-ext-install \
4242

4343

4444
RUN pecl install xdebug
45-
RUN docker-php-ext-enable xdebug
45+
RUN docker-php-ext-enable xdebug pdo_mysql
4646
RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
4747

4848
RUN rm -rf /tmp/*

0 commit comments

Comments
 (0)