From d494dd7d2a442a88252cfb25a5339cffe9100b88 Mon Sep 17 00:00:00 2001 From: bkraul Date: Mon, 3 Jan 2022 07:56:52 -0600 Subject: [PATCH] Fixes #2131 --- webmails/rainloop/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webmails/rainloop/Dockerfile b/webmails/rainloop/Dockerfile index 0938056c..8f77ab5c 100644 --- a/webmails/rainloop/Dockerfile +++ b/webmails/rainloop/Dockerfile @@ -32,7 +32,7 @@ RUN apk add --no-cache \ # php7-pdo_sqlite Access to SQLite 3 databases RUN apk add --no-cache \ nginx \ - php7 php7-fpm php7-curl php7-iconv php7-json php7-xml php7-dom php7-openssl php7-pdo php7-pdo_sqlite \ + php7 php7-fpm php7-curl php7-iconv php7-json php7-xml php7-simplexml php7-dom php7-openssl php7-pdo php7-pdo_sqlite \ && rm /etc/nginx/http.d/default.conf \ && rm /etc/php7/php-fpm.d/www.conf \ && mkdir -p /run/nginx \ @@ -74,4 +74,4 @@ VOLUME ["/data"] CMD php-fpm7 && /start.py HEALTHCHECK CMD curl -f -L http://localhost/ || exit 1 -RUN echo $VERSION >> /version \ No newline at end of file +RUN echo $VERSION >> /version