From ffc4939f2b57af4d5864c4172df570083b8c229d Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Sun, 5 May 2024 21:48:28 +0200 Subject: [PATCH] restore LANG env for ansible linter --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 18ef5a0..e485a19 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,8 @@ FROM forgejo.maciej.cloud/pkg/mc-fedora-base +# required by ansible-config +ENV LANG="C.UTF-8" + # libicu - for marksman linter ENV NEOVIM_PKGS="\ wget \