mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -04:00
Bisq
This commit is contained in:
commit
8a38081c04
2800 changed files with 344130 additions and 0 deletions
20
desktop/package/linux/Dockerfile
Normal file
20
desktop/package/linux/Dockerfile
Normal file
|
@ -0,0 +1,20 @@
|
|||
###
|
||||
#
|
||||
# Quick dockerfile meant to help building.
|
||||
# Missing:
|
||||
# - crypto fixes to JDK
|
||||
# - various paths in the build script
|
||||
###
|
||||
|
||||
# pull base image
|
||||
FROM openjdk:8-jdk
|
||||
ENV version 1.6.2-SNAPSHOT
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* &&
|
||||
apt-get install -y vim fakeroot
|
||||
|
||||
|
||||
COPY 64bitBuild.sh /root
|
||||
COPY bisq-$version.jar /root
|
||||
# cd to the Dex directory and execute the jar.
|
||||
#CMD cd ~/Dex && java -jar Dex.jar
|
Loading…
Add table
Add a link
Reference in a new issue