From 8f53a369cf582a5c6d9339f44f40d251a50c2a67 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 21 Jun 2019 14:11:35 +0200 Subject: [PATCH] add php7-simplexml --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3848b74..ec735ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,7 @@ RUN apk add --no-cache \ php7-xmlwriter \ php7-tokenizer \ php7-curl \ + php7-simplexml \ composer WORKDIR /var/lib/roundcube