mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-03 04:38:03 +00:00
commit images based on fedora-toolbox
This commit is contained in:
parent
e9ebdb26f5
commit
2ba669aad1
10 changed files with 56 additions and 0 deletions
7
fedora-toolbox/base.Dockerfile
Normal file
7
fedora-toolbox/base.Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue