Skip to content

Commit 8777173

Browse files
authored
Added missing \
1 parent efbc869 commit 8777173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y \
44
libjpeg62-turbo-dev \
55
libpng-dev \
66
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
7-
&& docker-php-ext-install -j$(nproc) gd
7+
&& docker-php-ext-install -j$(nproc) gd \
88
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql
99
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1010

0 commit comments

Comments
 (0)