From c1572805ddb68ffd7e95d5e10d6dcff0271950d1 Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Tue, 30 Apr 2024 10:02:25 +0200 Subject: [PATCH] add missing lib for marksman linter --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 877e677..fd7ac50 100644 --- a/Containerfile +++ b/Containerfile @@ -4,6 +4,7 @@ USER root # required by ansible-config ENV LANG="C.UTF-8" +# libicu - for marksman linter ENV NEOVIM_PKGS="\ wget \ unzip \ @@ -16,7 +17,8 @@ ENV NEOVIM_PKGS="\ tree-sitter-cli \ wl-clipboard \ python3-neovim \ - ansible-config" + ansible-config \ + libicu" ENV GENERAL_PKGS="\ bash-completion \