From 7e063b9c88ec2185a6080bfd27a374e790509651 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 11 Apr 2024 13:57:47 +0200 Subject: [PATCH] Install bash and vim in champ --- Champ/champ.def | 1 + 1 file changed, 1 insertion(+) diff --git a/Champ/champ.def b/Champ/champ.def index 541b847..3c9bf69 100644 --- a/Champ/champ.def +++ b/Champ/champ.def @@ -37,6 +37,7 @@ From: ubuntu:22.04 ./cleanup_oneapi.sh + apt install -y bash vim emacs-nox apt autoremove -y apt purge -y --auto-remove rm -rf /var/lib/apt/lists/*