Skip to content
Snippets Groups Projects
Commit 1a6da267 authored by Jonas Leder's avatar Jonas Leder
Browse files

add simplexml php extension

parent 509b7f82
No related branches found
No related tags found
No related merge requests found
Pipeline #1706 passed
...@@ -22,6 +22,6 @@ RUN composer install ...@@ -22,6 +22,6 @@ RUN composer install
# |-------------------------------------------------------------------------- # |--------------------------------------------------------------------------
FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest
RUN apk update && \ 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 echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf.d/remoteip.conf
COPY --from=composer /build/public . COPY --from=composer /build/public .
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment