mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-26 08:48:03 +00:00
7 lines
158 B
Text
7 lines
158 B
Text
|
|
FROM localhost/andersrh/fedora/base-gui:latest
|
||
|
|
#FROM registry.fedoraproject.org/fedora-toolbox:37
|
||
|
|
|
||
|
|
|
||
|
|
#WORKDIR /app
|
||
|
|
|
||
|
|
RUN dnf install -y firefox && dnf clean all
|