From 01a6dd934f37959004ba7e1d0c87df4f9b7802bc Mon Sep 17 00:00:00 2001 From: Matthieu Poletti Date: Thu, 9 Apr 2020 00:30:23 +0200 Subject: [PATCH] add XSL php extension --- caddy2/php7.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy2/php7.4/Dockerfile b/caddy2/php7.4/Dockerfile index 5707644..f761aca 100644 --- a/caddy2/php7.4/Dockerfile +++ b/caddy2/php7.4/Dockerfile @@ -7,7 +7,7 @@ ENV RUN_DEPS \ libzip \ libpng \ libjpeg-turbo \ -# libxslt \ + libxslt \ postgresql-libs ENV BUILD_DEPS \