Hopefully fixed singularity locale setting.

This commit is contained in:
Michael Herzberg 2017-10-04 23:17:36 +01:00
parent 980f143859
commit 55ec6ac5b8
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ apt-get update
# Configure locales
apt-get install -y locales
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen en_US.UTF-8
echo "en_GB.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
echo "LANG=en_US.UTF-8" > /etc/default/locale
###################################################################