Skip to content

Commit 627d521

Browse files
authored
Merge pull request #1 from ssx/ssx-pdo-mysql
Update Dockerfile
2 parents abece2b + 3deb1be commit 627d521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update -yqq
1515
RUN apt-get install libicu-dev libpng-dev libjpeg-dev libbz2-dev -yqq
1616

1717
# Install extensions
18-
RUN docker-php-ext-install intl gd bz2
18+
RUN docker-php-ext-install intl gd bz2 pdo_mysql
1919

2020
# Installer composer
2121
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer && chmod +x /usr/local/bin/composer

0 commit comments

Comments
 (0)