Podmanfiles/fedora-toolbox/binance/build.sh
2023-04-07 11:55:05 +02:00

5 lines
No EOL
310 B
Bash
Executable file

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