From c3295cfa8daccbea6c7ea7b6efe51e4a150b4643 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Fri, 23 Feb 2024 13:15:35 +1300 Subject: [PATCH] chore: add useful packages adds some more things --- Containerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Containerfile b/Containerfile index 94d431d..e046e19 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,11 @@ ARG COREOS_VERSION="${COREOS_VERSION:-stable}" FROM quay.io/fedora/fedora-coreos:${COREOS_VERSION} RUN rpm-ostree override remove \ nfs-utils-coreos \ + --install=gdisk \ + --install=cloud-utils \ + --install=strace \ + --install=vim \ + --install=netcat \ --install=libvirt \ --install=qemu \ --install=bootc \