adding ezra bible app

This commit is contained in:
Anders Rytter Hansen 2023-04-07 22:38:46 +02:00
commit 216e9fce47
2 changed files with 13 additions and 0 deletions

7
fedora-toolbox/ezra/build.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
APPNAME="ezra"
podman build -t andersrh/fedora-toolbox/$APPNAME -f Dockerfile .
distrobox create --image andersrh/fedora-toolbox/$APPNAME --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME