Export locales and set apt to non interactive.

pull/86/head
Cédric Bonhomme 2018-01-26 07:34:36 +01:00
parent f2cc98d802
commit 93c6da2618
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ memory_limit=512M
PHP_INI=/etc/php/7.1/apache2/php.ini
export DEBIAN_FRONTEND=noninteractive
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
echo -e "\n--- Installing MONARC FO… ---\n"
echo -e "\n--- Updating packages list… ---\n"