Skip to content

Commit

Permalink
bump install4j to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Oct 14, 2024
1 parent a1a47ed commit 5e5b028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM gradle:5.6.2-jdk11
WORKDIR /install4j
RUN apt-get update && \
apt-get install -y wget xvfb && \
wget --no-verbose https://download.ej-technologies.com/install4j/install4j_linux-x64_10_0_9.tar.gz && \
wget --no-verbose https://download.ej-technologies.com/install4j/install4j_linux-x64_11_0.tar.gz && \
tar -zxf install4j_linux-x64_10_0_9.tar.gz
# wget --no-verbose -P $HOME/.install4j8/jres "https://download.ej-technologies.com/bundles/java9/windows-amd64-11.0.3.tar.gz" && \
# wget --no-verbose -P $HOME/.install4j8/jres "https://download.ej-technologies.com/bundles/java9/macosx-amd64-11.0.3.tar.gz" && \
# wget --no-verbose -P $HOME/.install4j8/jres "https://otter-build-nightly.s3.amazonaws.com/linux-amd64-11.0.4.tar.gz"
ENV ORG_GRADLE_PROJECT_gradlewInstall4jDirectory=/install4j/install4j10.0.9
WORKDIR /repo
WORKDIR /repo

0 comments on commit 5e5b028

Please sign in to comment.