|
@@ -84,6 +84,7 @@ for version in "${versions[@]}"; do
|
|
|
# this list is sorted alphabetically; please keep it that way
|
|
|
packages=(
|
|
|
btrfs-progs-devel # for "btrfs/ioctl.h" (and "version.h" if possible)
|
|
|
+ cmake # tini build
|
|
|
device-mapper-devel # for "libdevmapper.h"
|
|
|
glibc-static
|
|
|
libseccomp-devel # for "seccomp.h" & "libseccomp.so"
|
|
@@ -96,6 +97,7 @@ for version in "${versions[@]}"; do
|
|
|
systemd-devel # for "sd-journal.h" and libraries
|
|
|
tar # older versions of dev-tools do not have tar
|
|
|
git # required for containerd and runc clone
|
|
|
+ vim-common # tini build
|
|
|
)
|
|
|
|
|
|
case "$from" in
|