Podmanfiles/fedora/hyper/build.sh

7 lines
317 B
Bash
Raw Permalink Normal View History

2023-04-28 15:54:52 +02:00
#!/bin/sh
APPNAME="hyper"
podman build -t andersrh/fedora/$APPNAME -f Dockerfile .
distrobox create --image andersrh/fedora/$APPNAME --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"