From: ArthurHoaro Date: Wed, 28 Oct 2020 11:25:52 +0000 (+0100) Subject: Include php-simplexml in Docker image X-Git-Tag: v0.12.1^2~22^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=ff9686066e017cc975eeab7da804e7194223ef8c Include php-simplexml in Docker image Composer 2.0 is now blocking everything if requirements are not met --- diff --git a/Dockerfile b/Dockerfile index e2ff71fd..f6120b71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ RUN apk --update --no-cache add \ php7-openssl \ php7-session \ php7-xml \ + php7-simplexml \ php7-zlib \ s6