⬆️ Add php7-gd 7.3.9-r0

"All uploaded pictures (currently for products and recipes) are now automatically downscaled to the appropriate size when serving them to improve page load times (this requires the php-gd extension, if not installed, images will not be downscaled)"
This commit is contained in:
Jorim Tielemans 2019-09-22 18:09:35 +02:00 committed by Franck Nijhof
parent b352e22e76
commit 6a9caa4543

View file

@ -11,6 +11,7 @@ RUN \
apk add --no-cache \
nginx=1.16.1-r0 \
php7-fpm=7.3.9-r0 \
php7-gd=7.3.9-r0 \
php7-json=7.3.9-r0 \
php7-mbstring=7.3.9-r0 \
php7-opcache=7.3.9-r0 \