mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +00:00
6 lines
No EOL
292 B
Docker
6 lines
No EOL
292 B
Docker
FROM localhost/andersrh/fedora-toolbox/base-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 |