add simplexml php extension

This commit is contained in:
Jonas Leder 2021-11-18 08:04:17 +00:00
parent 509b7f8270
commit 1a6da26701

View file

@ -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 .