From 18f4f0bed8edada4bd4d761e25a7e3cf5c38caa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20P=2E=20Barazzutti?= Date: Sun, 18 Nov 2018 10:14:57 +0100 Subject: [PATCH] adapt the .htaccess file for PHP7 as required --- webmails/roundcube/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index 7131b12..7b109be 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -19,7 +19,8 @@ RUN rm -rf /var/www/html/ \ && mv roundcubemail-* html \ && cd html \ && rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \ - && chown -R www-data: logs + && chown -R www-data: logs \ + && sed -i 's/mod_php5.c/mod_php7.c/g' /var/www/html/.htaccess COPY config.inc.php /var/www/html/config/