From bbef3b651eb5fac4cf1287c7a4a0ae2b8ba4ed40 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 17 Dec 2017 14:35:14 +0100 Subject: [PATCH] Roundcube is now using php7, update the htaccess, fixes #366 --- webmails/roundcube/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index b077303f..782c97e6 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -19,6 +19,7 @@ RUN rm -rf /var/www/html/ \ && mv roundcubemail-* html \ && cd html \ && rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \ + && sed -i 's,mod_php5.c,mod_php7.c,g' .htaccess \ && chown -R www-data: logs COPY php.ini /usr/local/etc/php/conf.d/roundcube.ini