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"