ロケール fi_FI.UTF-8 が警告を作成します

これは web_only.yml に入る際に新たに現れたものです:

root@foorumi-hel:/var/discourse# ./launcher enter web_only
x86_64 arch detected.
bash: warning: setlocale: LC_CTYPE: cannot change locale (fi_FI.UTF-8): No such file or directory
bash: warning: setlocale: LC_COLLATE: cannot change locale (fi_FI.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (fi_FI.UTF-8): No such file or directory
bash: warning: setlocale: LC_COLLATE: cannot change locale (fi_FI.UTF-8): No such file or directory
```\n
おそらくこれの原因だと思います:

env:

LC_ALL: fi_FI.UTC-8

LANG: fi_FI.UTF-8
LANGUAGE: fi_FI.UTF-8


このせいで、夜も眠れなくなるのでしょうか?