From ff9686066e017cc975eeab7da804e7194223ef8c Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 28 Oct 2020 12:25:52 +0100 Subject: [PATCH] Include php-simplexml in Docker image Composer 2.0 is now blocking everything if requirements are not met --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.41.0