fix LANG for ansible linter
Some checks failed
Build neovim image / build-neovim-amd64 (push) Successful in 13m55s
Build neovim image / update-images-manifest (push) Has been skipped
Build neovim image / build-neovim-arm64 (push) Has been cancelled

This commit is contained in:
Maciej Lebiest 2024-04-17 17:49:19 +02:00
parent 2b84edb3b0
commit c832848368

View file

@ -1,8 +1,8 @@
FROM registry.fedoraproject.org/fedora-minimal FROM registry.fedoraproject.org/fedora-minimal
USER root USER root
# required by ansible-config
ENV LANG="en_US.UTF-8" ENV LANG="C.UTF-8"
ENV NEOVIM_PKGS="\ ENV NEOVIM_PKGS="\
wget \ wget \