add missing lib for marksman linter
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 8m46s
Build neovim image / build-neovim-arm64 (push) Successful in 9m50s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Szwendacz 2024-04-30 10:02:25 +02:00 committed by Maciej Lebiest
parent dbadd5d967
commit c1572805dd

View file

@ -4,6 +4,7 @@ USER root
# required by ansible-config # required by ansible-config
ENV LANG="C.UTF-8" ENV LANG="C.UTF-8"
# libicu - for marksman linter
ENV NEOVIM_PKGS="\ ENV NEOVIM_PKGS="\
wget \ wget \
unzip \ unzip \
@ -16,7 +17,8 @@ ENV NEOVIM_PKGS="\
tree-sitter-cli \ tree-sitter-cli \
wl-clipboard \ wl-clipboard \
python3-neovim \ python3-neovim \
ansible-config" ansible-config \
libicu"
ENV GENERAL_PKGS="\ ENV GENERAL_PKGS="\
bash-completion \ bash-completion \