Skip to content

Commit 1332c0a

Browse files
committed
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
1 parent c4a28de commit 1332c0a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/docker-init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

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

0 commit comments

Comments
 (0)