Add php83-exif for reading image EXIF data

This commit is contained in:
thespad 2024-09-06 16:03:32 +01:00
parent 9c224f5eb5
commit 248b8769b4
No known key found for this signature in database
4 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,7 @@ RUN \
mariadb-client \
memcached \
php83-dom \
php83-exif \
php83-gd \
php83-ldap \
php83-mysqlnd \

View File

@ -18,6 +18,7 @@ RUN \
mariadb-client \
memcached \
php83-dom \
php83-exif \
php83-gd \
php83-ldap \
php83-mysqlnd \

View File

@ -23,7 +23,7 @@ repo_vars:
- CI_WEB = 'false'
- CI_PORT = '80'
- CI_SSL = 'false'
- CI_DELAY = '30'
- CI_DELAY = '60'
- CI_DOCKERENV='TEST_RUN=1'
- CI_AUTH = ''
- CI_WEBPATH = ''

View File

@ -113,6 +113,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.09.24:", desc: "Add php-exif for reading image EXIF data."}
- { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
- { date: "25.01.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}