mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-16 02:58:03 +00:00
adding ezra bible app
This commit is contained in:
parent
2ba669aad1
commit
216e9fce47
2 changed files with 13 additions and 0 deletions
7
fedora-toolbox/ezra/build.sh
Executable file
7
fedora-toolbox/ezra/build.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue