attempt of fixing locale for ansible-config
This commit is contained in:
parent
0460a12da1
commit
c487351afb
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM forgejo.maciej.cloud/pkg/mc-fedora-base
|
||||||
|
|
||||||
# required by ansible-config
|
# required by ansible-config
|
||||||
ENV LANG="C.UTF-8"
|
ENV LANG="C.UTF-8"
|
||||||
|
ENV LC_ALL="C.UTF-8"
|
||||||
|
|
||||||
# libicu - for marksman linter
|
# libicu - for marksman linter
|
||||||
ENV NEOVIM_PKGS="\
|
ENV NEOVIM_PKGS="\
|
||||||
|
|
Loading…
Reference in a new issue