mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
⬆️ 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:
parent
b352e22e76
commit
6a9caa4543
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue