Skip to content

Commit 82fcdf2

Browse files
authored
configure gd --with-png-dir
1 parent 01de818 commit 82fcdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apk info \
3838
xvfb \
3939
chromium@edge \
4040
chromium-chromedriver@edge \
41-
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
41+
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
4242
&& docker-php-ext-install -j$(nproc) \
4343
gd \
4444
pdo_mysql \

0 commit comments

Comments
 (0)