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 efbc869 commit 8777173Copy full SHA for 8777173
1 file changed
docker/php/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y \
4
libjpeg62-turbo-dev \
5
libpng-dev \
6
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
7
- && docker-php-ext-install -j$(nproc) gd
+ && docker-php-ext-install -j$(nproc) gd \
8
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql
9
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
10
0 commit comments