mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-28 01:38:03 +00:00
5 lines
95 B
Text
5 lines
95 B
Text
|
|
FROM localhost/andersrh/fedora/base-gui
|
||
|
|
|
||
|
|
WORKDIR /app
|
||
|
|
|
||
|
|
RUN dnf install -y wine && dnf clean all
|