Skip to content

Commit 68206cd

Browse files
authored
Merge pull request #9 from linuxserver/xsl
Add php7-xsl
2 parents 3601dfb + 1b58f46 commit 68206cd

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN \
7979
php7-xml \
8080
php7-xmlreader \
8181
php7-xmlrpc \
82+
php7-xsl \
8283
php7-zip \
8384
py3-cryptography \
8485
py3-future \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN \
7979
php7-xml \
8080
php7-xmlreader \
8181
php7-xmlrpc \
82+
php7-xsl \
8283
php7-zip \
8384
py3-cryptography \
8485
py3-future \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN \
7979
php7-xml \
8080
php7-xmlreader \
8181
php7-xmlrpc \
82+
php7-xsl \
8283
php7-zip \
8384
py3-cryptography \
8485
py3-future \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
315315

316316
## Versions
317317

318+
* **08.09.20:** - Add php7-xsl.
318319
* **01.09.20:** - Update nginx.conf and proxy.conf (and various proxy samples) to better handle websockets.
319320
* **03.08.20:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,6 @@ app_setup_nginx_reverse_proxy_block: ""
148148

149149
# changelog
150150
changelogs:
151+
- { date: "08.09.20:", desc: "Add php7-xsl." }
151152
- { date: "01.09.20:", desc: "Update nginx.conf and proxy.conf (and various proxy samples) to better handle websockets." }
152153
- { date: "03.08.20:", desc: "Initial release." }

0 commit comments

Comments
 (0)