restore LANG env for ansible linter
Some checks failed
Build neovim image / build-neovim-amd64 (push) Successful in 10m9s
Build neovim image / build-neovim-arm64 (push) Failing after 8m20s
Build neovim image / update-images-manifest (push) Has been skipped

This commit is contained in:
Maciej Lebiest 2024-05-05 21:48:28 +02:00
parent 48d03fe0b7
commit ffc4939f2b

View file

@ -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 \