1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Do not override values in /usr/local/etc/php/conf.d/roundcube.ini

This commit is contained in:
Emil Petersson
2019-11-14 12:25:00 +01:00
parent 422a332b5b
commit 291db780d0

View File

@@ -32,6 +32,8 @@ RUN apt-get update && apt-get install -y \
&& 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 \
&& sed -i 's,^php_value.*post_max_size,#&,g' .htaccess \
&& sed -i 's,^php_value.*upload_max_filesize,#&,g' .htaccess \
&& chown -R www-data: logs temp \
&& rm -rf /var/lib/apt/lists