Added a UTF-8 language locale to docker-init.sh, in order to be able some python packages that would fail to install under the default locale.

- Legacy-Id: 18584
This commit is contained in:
Henrik Levkowetz 2020-10-09 13:14:59 +00:00
parent c4a28de19f
commit 1332c0aa5c

View file

@ -1,5 +1,8 @@
#!/bin/bash
# A little bit of setup
export LANG=en_GB.UTF-8
echo "Gathering info ..."
MYSQLDIR="$(mysqld --verbose --help 2>/dev/null | awk '$1 == "datadir" { print $2; exit }')"
if [ ! "$USER" ]; then