mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-06 22:28: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
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue