Skip to content

Commit 2873107

Browse files
authored
Merge pull request #554 from netlogix/feature/add-xsl-extension-to-frankenphp
FEAT: Install xsl extension in frankenphp
2 parents 6ff21cc + 44a1d9d commit 2873107

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

php/frankenphp.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN <<EOF
2525
cron \
2626
ghostscript \
2727
imagemagick \
28+
libxslt1-dev \
2829
nano \
2930
openssl \
3031
supervisor \
@@ -62,6 +63,7 @@ RUN <<EOF
6263
sockets \
6364
sqlite3 \
6465
xml \
66+
xsl \
6567
yaml \
6668
zip \
6769
zstd

0 commit comments

Comments
 (0)