Compare commits

...

3 Commits

Author SHA1 Message Date
LinuxServer-CI
e7ee9431b5 Bot Updating Package Versions 2020-09-14 03:55:13 +01:00
Eric Nemchik
68206cda11 Merge pull request #9 from linuxserver/xsl
Add php7-xsl
2020-09-13 21:44:32 -05:00
aptalca
1b58f469a3 Add php7-xsl 2020-09-08 08:15:34 -04:00
6 changed files with 7 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ RUN \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-xsl \
php7-zip \
py3-cryptography \
py3-future \

View File

@@ -79,6 +79,7 @@ RUN \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-xsl \
php7-zip \
py3-cryptography \
py3-future \

View File

@@ -79,6 +79,7 @@ RUN \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-xsl \
php7-zip \
py3-cryptography \
py3-future \

View File

@@ -315,5 +315,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **08.09.20:** - Add php7-xsl.
* **01.09.20:** - Update nginx.conf and proxy.conf (and various proxy samples) to better handle websockets.
* **03.08.20:** - Initial release.

View File

@@ -22,7 +22,7 @@ git-2.26.2-r0
git-perl-2.26.2-r0
glib-2.64.5-r0
gmp-6.2.0-r0
gnupg-2.2.20-r0
gnupg-2.2.23-r0
gnutls-3.6.15-r0
icu-libs-67.1-r0
ip6tables-1.8.4-r2
@@ -170,6 +170,7 @@ php7-xml-7.3.22-r0
php7-xmlreader-7.3.22-r0
php7-xmlrpc-7.3.22-r0
php7-xmlwriter-7.3.22-r0
php7-xsl-7.3.22-r0
php7-zip-7.3.22-r0
pinentry-1.1.0-r2
popt-1.16-r7

View File

@@ -148,5 +148,6 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "08.09.20:", desc: "Add php7-xsl." }
- { date: "01.09.20:", desc: "Update nginx.conf and proxy.conf (and various proxy samples) to better handle websockets." }
- { date: "03.08.20:", desc: "Initial release." }