mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-23 15:28:02 +00:00
5 lines
No EOL
322 B
Bash
Executable file
5 lines
No EOL
322 B
Bash
Executable file
#!/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" |