restore LANG env for ansible linter
This commit is contained in:
parent
48d03fe0b7
commit
ffc4939f2b
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
FROM forgejo.maciej.cloud/pkg/mc-fedora-base
|
FROM forgejo.maciej.cloud/pkg/mc-fedora-base
|
||||||
|
|
||||||
|
# required by ansible-config
|
||||||
|
ENV LANG="C.UTF-8"
|
||||||
|
|
||||||
# libicu - for marksman linter
|
# libicu - for marksman linter
|
||||||
ENV NEOVIM_PKGS="\
|
ENV NEOVIM_PKGS="\
|
||||||
wget \
|
wget \
|
||||||
|
|
Loading…
Reference in a new issue