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

7 lines
No EOL
158 B
Docker

FROM localhost/andersrh/fedora/base-gui:latest
#FROM registry.fedoraproject.org/fedora-toolbox:37
#WORKDIR /app
RUN dnf install -y firefox && dnf clean all