mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Explicitly sets locale settings
Signed-off-by: kurzdev <jpack1.0@hotmail.com>
This commit is contained in:
parent
f1ca6dbfab
commit
ed2097980e
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ RUN set -ex; \
|
|||
mkdir -p /var/spool/cron/crontabs; \
|
||||
echo '*/%%CRONTAB_INT%% * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
|
||||
|
||||
# setting proper locale to prevent encoding issues
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||
ENV PHP_MEMORY_LIMIT 512M
|
||||
|
|
Loading…
Add table
Reference in a new issue