Podmanfiles/fedora/wine/Dockerfile

5 lines
95 B
Text
Raw Normal View History

2023-04-28 15:54:52 +02:00
FROM localhost/andersrh/fedora/base-gui
WORKDIR /app
RUN dnf install -y wine && dnf clean all