From 48d03fe0b7ba527da487e74493154382ff47ae99 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Fri, 3 May 2024 12:59:44 +0200 Subject: [PATCH] fix arm64 build --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e88abf6..18ef5a0 100644 --- a/Containerfile +++ b/Containerfile @@ -58,6 +58,6 @@ RUN dnf5 install -y \ dnf5 -y autoremove && \ dnf5 clean all && \ nvim --headless +"MasonInstall ${MASON_PKGS}" +qa || exit 1 ; \ - nvim --headless +"MasonInstall ${MASON_PKGS_NO_ARM}" +qa ; + nvim --headless +"MasonInstall ${MASON_PKGS_NO_ARM}" +qa || true ENTRYPOINT [ "/usr/bin/nvim" ]