mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Merge pull request #254 from linuxserver/opcache
This commit is contained in:
commit
3236a68411
@ -22,6 +22,7 @@ RUN \
|
||||
php83-gd \
|
||||
php83-ldap \
|
||||
php83-mysqlnd \
|
||||
php83-opcache \
|
||||
php83-pdo_mysql \
|
||||
php83-pecl-memcached \
|
||||
php83-tokenizer \
|
||||
|
||||
@ -22,6 +22,7 @@ RUN \
|
||||
php83-gd \
|
||||
php83-ldap \
|
||||
php83-mysqlnd \
|
||||
php83-opcache \
|
||||
php83-pdo_mysql \
|
||||
php83-pecl-memcached \
|
||||
php83-tokenizer \
|
||||
|
||||
@ -133,6 +133,7 @@ init_diagram: |
|
||||
"bookstack:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "04.01.25:", desc: "Add php-opcache."}
|
||||
- {date: "17.12.24:", desc: "Rebase to Alpine 3.21."}
|
||||
- {date: "11.10.24:", desc: "Default to environment config over .env file config."}
|
||||
- {date: "06.09.24:", desc: "Add php-exif for reading image EXIF data."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user