Skip to content
Snippets Groups Projects
Commit 655bc6d0 authored by Rafal Gumienny's avatar Rafal Gumienny
Browse files

fix: SCHWED-3097 Fix broken locales

parent 980354b9
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,15 @@ apt-get update -y && apt-get install -y cmake \
doxygen \
swig \
clustalw \
python-virtualenv
python-virtualenv \
locales
# SET LOCALE
############
echo "LC_ALL=en_US.UTF-8" >> /etc/environment
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
echo "LANG=en_US.UTF-8" > /etc/locale.conf
locale-gen en_US.UTF-8
# INSTALL SOME PYTHON PACKAGES GLOBALY
######################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment