From ef1e1f5afc8af25cda678efa7e8858d3391c9227 Mon Sep 17 00:00:00 2001 From: Christoph Heinig Date: Thu, 29 Jun 2017 16:06:59 +0200 Subject: [PATCH] Add php7-simplexml to dockerfile Fixed missing php7-simplexml package which is needed to sync contacts with caldav server. Call to undefined function SabreForRainLoop\DAV\simplexml_load_string() --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1afc18a..223d63f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.6/community" >> /etc/a php7-pdo_sqlite@community \ php7-sqlite3@community \ php7-ldap@community \ + php7-simplexml@community \ && cd /tmp \ && wget -q https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip \ && wget -q https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip.asc \