mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +00:00
7 lines
No EOL
221 B
Bash
Executable file
7 lines
No EOL
221 B
Bash
Executable file
#!/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 |