mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-03 20:58:04 +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
6
fedora-toolbox/gui.Dockerfile
Normal file
6
fedora-toolbox/gui.Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM localhost/andersrh/fedora-toolbox/base
|
||||
|
||||
RUN dnf install -y at-spi2-core gtk3 libXScrnSaver libXtst xdg-utils && dnf clean packages
|
||||
RUN dnf install -y libglvnd-gles && dnf clean packages
|
||||
RUN dnf install -y mesa-dri-drivers mesa-vulkan-drivers vulkan && dnf clean packages
|
||||
RUN dnf install -y libva
|
||||
Loading…
Add table
Add a link
Reference in a new issue