Podmanfiles/fedora-toolbox/firefox/build.sh

7 lines
221 B
Bash
Raw Normal View History

2023-04-28 15:54:52 +02:00
#!/bin/sh
APPNAME="firefox"
podman build -t andersrh/fedora-toolbox/$APPNAME -f Dockerfile .
distrobox create --image andersrh/fedora-toolbox/$APPNAME $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME