commit images based on fedora-toolbox

This commit is contained in:
Anders Rytter Hansen 2023-04-07 11:55:05 +02:00
commit 2ba669aad1
10 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,7 @@
FROM registry.fedoraproject.org/fedora-toolbox:37
RUN dnf update -y && dnf clean packages
RUN dnf install -y fish htop nano firejail && dnf clean packages
RUN dnf install -y libnotify nss && dnf clean packages
RUN dnf install -y --allowerasing bash bc curl diffutils dnf-plugins-core findutils gnupg2 less lsof ncurses passwd pinentry procps-ng shadow-utils sudo time util-linux wget vte-profile \
&& dnf clean packages