mirror of
https://github.com/linuxserver/docker-snipe-it.git
synced 2026-02-20 02:30:44 +08:00
Merge pull request #59 from linuxserver/master-php-redis
This commit is contained in:
commit
bbe151d5d5
@ -25,6 +25,7 @@ RUN \
|
||||
php81-ldap \
|
||||
php81-pdo_mysql \
|
||||
php81-pdo_sqlite \
|
||||
php81-pecl-redis \
|
||||
php81-phar \
|
||||
php81-sodium \
|
||||
php81-sqlite3 \
|
||||
|
||||
@ -25,6 +25,7 @@ RUN \
|
||||
php81-ldap \
|
||||
php81-pdo_mysql \
|
||||
php81-pdo_sqlite \
|
||||
php81-pecl-redis \
|
||||
php81-phar \
|
||||
php81-sodium \
|
||||
php81-sqlite3 \
|
||||
|
||||
@ -25,6 +25,7 @@ RUN \
|
||||
php81-ldap \
|
||||
php81-pdo_mysql \
|
||||
php81-pdo_sqlite \
|
||||
php81-pecl-redis \
|
||||
php81-phar \
|
||||
php81-sodium \
|
||||
php81-sqlite3 \
|
||||
|
||||
@ -276,6 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.04.23:** - Add php81-pecl-redis for redis support.
|
||||
* **28.12.22:** - Rebase to Alpine 3.17, migrate to s6v3.
|
||||
* **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
|
||||
* **14.05.22:** - Add php7-sodium for v6.
|
||||
|
||||
@ -75,6 +75,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "13.04.23:", desc: "Add php81-pecl-redis for redis support." }
|
||||
- { date: "28.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3." }
|
||||
- { date: "20.08.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))." }
|
||||
- { date: "14.05.22:", desc: "Add php7-sodium for v6." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user