Skip to content

Commit 2575388

Browse files
authored
Update Dockerfile
1 parent 702f5d5 commit 2575388

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docker/php/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ RUN apt-get update && apt-get install -y \
33
libfreetype6-dev \
44
libjpeg62-turbo-dev \
55
libpng-dev \
6-
&& docker-php-ext-install -j$(nproc) iconv \
76
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
87
&& docker-php-ext-install -j$(nproc) gd
98
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql

0 commit comments

Comments
 (0)