Podmanfiles/fedora-toolbox/tabby/build.sh
2023-04-28 15:54:52 +02:00

7 lines
No EOL
333 B
Bash
Executable file

#!/bin/sh
APPNAME="tabby"
podman build -t andersrh/fedora-toolbox/$APPNAME -f Dockerfile .
distrobox create --image andersrh/fedora-toolbox/$APPNAME --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"