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 702f5d5 commit 2575388Copy full SHA for 2575388
1 file changed
docker/php/Dockerfile
@@ -3,7 +3,6 @@ RUN apt-get update && apt-get install -y \
3
libfreetype6-dev \
4
libjpeg62-turbo-dev \
5
libpng-dev \
6
- && docker-php-ext-install -j$(nproc) iconv \
7
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
8
&& docker-php-ext-install -j$(nproc) gd
9
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql
0 commit comments