From 7e802bf681543a5a4b49c58554f97403a13bb5ee Mon Sep 17 00:00:00 2001 From: Nathan Weeks <1800812+nathanweeks@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:28:18 +0000 Subject: [PATCH] Add vim-extra package for syntax highlighting --- linux/base.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/base.Dockerfile b/linux/base.Dockerfile index d355d655..9ebeaa82 100644 --- a/linux/base.Dockerfile +++ b/linux/base.Dockerfile @@ -101,6 +101,7 @@ RUN bash ./tdnfinstall.sh \ unzip \ util-linux \ vim \ + vim-extra \ wget \ which \ zip \