mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +00:00
adding ezra bible app
This commit is contained in:
parent
2ba669aad1
commit
216e9fce47
2 changed files with 13 additions and 0 deletions
6
fedora-toolbox/ezra/Dockerfile
Normal file
6
fedora-toolbox/ezra/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM localhost/andersrh/fedora-toolbox/gui
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN wget https://github.com/ezra-bible-app/ezra-bible-app/releases/download/1.10.0/ezra-bible-app_fedora37-1.10.0.rpm -O app.rpm \
|
||||
&& yum localinstall -y app.rpm && rm -f app.rpm && dnf clean all
|
||||
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