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 $(