From 1a6da2670197031b70fc7d28c42cf05f3c9cf431 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Thu, 18 Nov 2021 08:04:17 +0000 Subject: [PATCH] add simplexml php extension --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3b1967..abaadb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,6 @@ RUN composer install # |-------------------------------------------------------------------------- FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest RUN apk update && \ - apk add php8-mysqli php8-mbstring php8-curl curl --no-cache && \ + apk add php8-mysqli php8-mbstring php8-curl curl php8-simplexml --no-cache && \ echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf.d/remoteip.conf COPY --from=composer /build/public . \ No newline at end of file -- GitLab