Include php-simplexml in Docker image

Composer 2.0 is now blocking everything if requirements are not met
This commit is contained in:
ArthurHoaro 2020-10-28 12:25:52 +01:00
parent b2b5ef3122
commit ff9686066e

View file

@ -44,6 +44,7 @@ RUN apk --update --no-cache add \
php7-openssl \
php7-session \
php7-xml \
php7-simplexml \
php7-zlib \
s6