Podmanfiles/fedora/wine/Dockerfile
2023-04-28 15:54:52 +02:00

5 lines
No EOL
95 B
Docker

FROM localhost/andersrh/fedora/base-gui
WORKDIR /app
RUN dnf install -y wine && dnf clean all