From 9dfb2b8f2cbc0341cb3ff2fac6ef1a6548a0d27f Mon Sep 17 00:00:00 2001 From: Arnie Date: Tue, 20 Feb 2018 11:37:47 +0100 Subject: [PATCH] Fixes the inability to upload attachments from roundcube #365 --- webmails/roundcube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index 782c97e6..e435c79a 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -20,7 +20,7 @@ RUN rm -rf /var/www/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 + && chown -R www-data: logs temp COPY php.ini /usr/local/etc/php/conf.d/roundcube.ini