mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-09 15:48:03 +00:00
commit images based on fedora-toolbox
This commit is contained in:
parent
e9ebdb26f5
commit
2ba669aad1
10 changed files with 56 additions and 0 deletions
6
fedora-toolbox/bisq/Dockerfile
Normal file
6
fedora-toolbox/bisq/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM localhost/andersrh/fedora-toolbox/gui
|
||||
|
||||
WORKDIR /app
|
||||
ENV JAVA_TOOL_OPTIONS "-Dglass.gtk.uiScale=2"
|
||||
RUN wget https://github.com/bisq-network/bisq/releases/download/v1.9.9/Bisq-64bit-1.9.9.rpm \
|
||||
&& yum localinstall -y Bisq-64bit-1.9.9.rpm && rm -f Bisq-64bit-1.9.9.rpm && dnf clean all
|
||||
Loading…
Add table
Add a link
Reference in a new issue