Skip to content

Commit 6a43dbf

Browse files
authored
Merge pull request #224 from linuxserver/php-exif
2 parents 9c224f5 + 248b876 commit 6a43dbf

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN \
1818
mariadb-client \
1919
memcached \
2020
php83-dom \
21+
php83-exif \
2122
php83-gd \
2223
php83-ldap \
2324
php83-mysqlnd \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN \
1818
mariadb-client \
1919
memcached \
2020
php83-dom \
21+
php83-exif \
2122
php83-gd \
2223
php83-ldap \
2324
php83-mysqlnd \

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repo_vars:
2323
- CI_WEB = 'false'
2424
- CI_PORT = '80'
2525
- CI_SSL = 'false'
26-
- CI_DELAY = '30'
26+
- CI_DELAY = '60'
2727
- CI_DOCKERENV='TEST_RUN=1'
2828
- CI_AUTH = ''
2929
- CI_WEBPATH = ''

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ app_setup_block: |
113113
114114
# changelog
115115
changelogs:
116+
- { date: "06.09.24:", desc: "Add php-exif for reading image EXIF data."}
116117
- { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
117118
- { date: "25.01.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
118119
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}

0 commit comments

Comments
 (0)