mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Add php83-exif for reading image EXIF data
This commit is contained in:
parent
9c224f5eb5
commit
248b8769b4
@ -18,6 +18,7 @@ RUN \
|
||||
mariadb-client \
|
||||
memcached \
|
||||
php83-dom \
|
||||
php83-exif \
|
||||
php83-gd \
|
||||
php83-ldap \
|
||||
php83-mysqlnd \
|
||||
|
||||
@ -18,6 +18,7 @@ RUN \
|
||||
mariadb-client \
|
||||
memcached \
|
||||
php83-dom \
|
||||
php83-exif \
|
||||
php83-gd \
|
||||
php83-ldap \
|
||||
php83-mysqlnd \
|
||||
|
||||
@ -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 = ''
|
||||
|
||||
@ -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."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user