From f4df0f2f75908776f24e690cc4473ece0481ea38 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Fri, 26 Sep 2025 10:13:13 +0000 Subject: [PATCH] Add vim to dev image --- meta-dstack/recipes-core/images/dstack-rootfs-dev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-dstack/recipes-core/images/dstack-rootfs-dev.inc b/meta-dstack/recipes-core/images/dstack-rootfs-dev.inc index 9ef676a..1996e07 100644 --- a/meta-dstack/recipes-core/images/dstack-rootfs-dev.inc +++ b/meta-dstack/recipes-core/images/dstack-rootfs-dev.inc @@ -1,4 +1,4 @@ include dstack-rootfs-base.inc -IMAGE_INSTALL += "packagegroup-core-ssh-openssh strace tcpdump gdb gdbserver" +IMAGE_INSTALL += "packagegroup-core-ssh-openssh strace tcpdump gdb gdbserver vim" EXTRA_IMAGE_FEATURES += "debug-tweaks tools-profile"