Podmanfiles/archlinux/lbry/build.sh

12 lines
497 B
Bash
Raw Permalink Normal View History

2023-04-28 15:54:52 +02:00
#!/bin/sh
APPNAME="lbry"
podman build -t andersrh/archlinux/$APPNAME -f Dockerfile .
podman rm -f $APPNAME
distrobox create --image andersrh/archlinux/$APPNAME --init --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- yay -S --noconfirm lbry-desktop-bin
podman commit $APPNAME andersrh/archlinux/$APPNAME
podman rm -f $APPNAME
distrobox create --image andersrh/archlinux/$APPNAME --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME