Merge pull request #6855 from alvasw/Remove_broken_DockerFile

Remove broken DockerFile
This commit is contained in:
Alejandro García 2023-09-11 21:31:11 +00:00 committed by GitHub
commit 0ff2b9d95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 22 deletions

View File

@ -1,20 +0,0 @@
###
#
# 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.9.12-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

View File

@ -12,5 +12,4 @@ find . -type f \( -name "finalize.sh" \
-o -name "release.sh" \
-o -name "package.sh" \
-o -name "version.txt" \
-o -name "Dockerfile" \
\) -exec sed -i '' s/$version/"$version-SNAPSHOT"/ {} +

View File

@ -13,7 +13,6 @@ find . -type f \( -name "finalize.sh" \
-o -name "release.sh" \
-o -name "package.sh" \
-o -name "version.txt" \
-o -name "Dockerfile" \
\) -exec sed -i '' s/"$oldVersion-SNAPSHOT"/$newVersion/ {} +
find . -type f \( -name "Info.plist" \