Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danparisd authored Jan 4, 2024
1 parent ee3c264 commit 6eb295e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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_6.tar.gz && \
tar -zxf install4j_linux-x64_10_0_6.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"
tar -zxf install4j_linux-x64_10_0_6.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.6
WORKDIR /repo

0 comments on commit 6eb295e

Please sign in to comment.