mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Merge pull request #300 from linuxserver/php-sysvsem
This commit is contained in:
commit
adac09ee94
@ -46,6 +46,7 @@ RUN \
|
||||
php81-redis \
|
||||
php81-sodium \
|
||||
php81-sqlite3 \
|
||||
php81-sysvsem \
|
||||
php81-xmlreader \
|
||||
php81-zip \
|
||||
samba-client \
|
||||
|
||||
@ -46,6 +46,7 @@ RUN \
|
||||
php81-redis \
|
||||
php81-sodium \
|
||||
php81-sqlite3 \
|
||||
php81-sysvsem \
|
||||
php81-xmlreader \
|
||||
php81-zip \
|
||||
samba-client \
|
||||
|
||||
@ -46,6 +46,7 @@ RUN \
|
||||
php81-redis \
|
||||
php81-sodium \
|
||||
php81-sqlite3 \
|
||||
php81-sysvsem \
|
||||
php81-xmlreader \
|
||||
php81-zip \
|
||||
samba-client \
|
||||
|
||||
@ -254,6 +254,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **21.03.23:** - Add php81-sysvsem as new dep for v26. Update default X-Robots-Tag to noindex, nofollow.
|
||||
* **02.03.23:** - Set permissions on crontabs during init.
|
||||
* **20.01.23:** - Rebase to alpine 3.17 with php8.1.
|
||||
* **10.10.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
|
||||
|
||||
@ -77,6 +77,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "21.03.23:", desc: "Add php81-sysvsem as new dep for v26. Update default X-Robots-Tag to `noindex, nofollow``." }
|
||||
- { date: "02.03.23:", desc: "Set permissions on crontabs during init." }
|
||||
- { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
|
||||
- { date: "10.10.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user