区域设置 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

我是不是得为此失眠了?