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

View 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
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