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

아마도 이건 아래 설정에서 오는 것 같습니다:

env:
 # LC_ALL: fi_FI.UTC-8
  LANG: fi_FI.UTF-8
  LANGUAGE: fi_FI.UTF-8

이것 때문에 좋은 밤잠을 못 자야 하는 건가요?