Podmanfiles/fedora/firefox/Dockerfile

7 lines
158 B
Text
Raw Permalink Normal View History

2023-04-28 15:54:52 +02:00
FROM localhost/andersrh/fedora/base-gui:latest
#FROM registry.fedoraproject.org/fedora-toolbox:37
#WORKDIR /app
RUN dnf install -y firefox && dnf clean all