From 90adea60f636e42c82e2fe3e5170afcebe96caa3 Mon Sep 17 00:00:00 2001 From: Sneexy Date: Wed, 3 Apr 2024 10:27:18 -0500 Subject: [PATCH] feat: add more packages to fedora and ubuntu image --- toolboxes/fedora-toolbox/Containerfile.fedora | 24 +++++++++++++++---- toolboxes/fedora-toolbox/packages.fedora | 2 -- toolboxes/ubuntu-toolbox/Containerfile.ubuntu | 4 +++- 3 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 toolboxes/fedora-toolbox/packages.fedora diff --git a/toolboxes/fedora-toolbox/Containerfile.fedora b/toolboxes/fedora-toolbox/Containerfile.fedora index 257ccfb..3790edb 100644 --- a/toolboxes/fedora-toolbox/Containerfile.fedora +++ b/toolboxes/fedora-toolbox/Containerfile.fedora @@ -1,9 +1,25 @@ FROM ghcr.io/ublue-os/fedora-distrobox:latest -COPY ./toolboxes/fedora-toolbox/packages.fedora /toolbox-packages - +# Install decent selection of Modern Unix utilities, then random useful utilities RUN dnf -y upgrade && \ - dnf -y install $(