Merge pull request #1612 from ArthurHoaro/hotfix/simplexml

Include php-simplexml in Docker image
This commit is contained in:
ArthurHoaro 2020-10-28 12:30:19 +01:00 committed by GitHub
commit 06734af130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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