mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Update Dockerfile (#348)
fix GD parameters for php 7.4 (https://github.com/docker-library/php/issues/931)
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libjpeg62-turbo-dev \
|
||||
libpng-dev \
|
||||
&& docker-php-ext-install -j$(nproc) iconv \
|
||||
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
|
||||
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \
|
||||
&& docker-php-ext-install -j$(nproc) gd
|
||||
|
||||
# Prepare files and folders
|
||||
|
||||
Reference in New Issue
Block a user