add simplexml php extension
This commit is contained in:
parent
509b7f8270
commit
1a6da26701
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
Loading…
Reference in a new issue