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