mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +00:00
7 lines
No EOL
420 B
Docker
7 lines
No EOL
420 B
Docker
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 |