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 01de818 commit 82fcdf2Copy full SHA for 82fcdf2
Dockerfile
@@ -38,7 +38,7 @@ RUN apk info \
38
xvfb \
39
chromium@edge \
40
chromium-chromedriver@edge \
41
- && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
+ && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
42
&& docker-php-ext-install -j$(nproc) \
43
gd \
44
pdo_mysql \
0 commit comments