From 93c6da2618e9ff03628ab44dec89a1bd9c728245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 26 Jan 2018 07:34:36 +0100 Subject: [PATCH] Export locales and set apt to non interactive. --- vagrant/bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 012f809..fc6a7ea 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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"