mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-03 20:58:04 +00:00
5 lines
322 B
Bash
5 lines
322 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
podman build -t andersrh/fedora-toolbox/bitwarden -f Dockerfile .
|
||
|
|
distrobox create --image andersrh/fedora-toolbox/bitwarden --home ~/containers/bitwarden/ bitwarden
|
||
|
|
distrobox enter bitwarden -- distrobox-export --app bitwarden --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|