Compare commits

...

2 Commits

Author SHA1 Message Date
David Bomba
60e5a68e01 Merge pull request #223 from turbo124/master
Fixes for lib jpg and freetype for php7.4
2020-11-28 16:49:45 +11:00
David Bomba
67ad43d05d Fixes for lib jpg and freetype for php7.4 2020-11-28 16:49:18 +11:00

View File

@@ -54,7 +54,7 @@ RUN set -eux; \
libpng-dev \
libzip-dev \
zip; \
docker-php-ext-configure gd --with-freetype --with-jpeg \
docker-php-ext-configure gd --with-freetype --with-jpeg; \
docker-php-ext-install -j$(nproc) \
bcmath \
exif \