Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Aug 3, 2024
1 parent b982b9f commit 9d814bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Linux-JDK21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY dist/deps/Linux-x86-64/lib/* /usr/lib/
# && dpkg -i ./libgrokj2k1_7.6.5-1_amd64.deb \
# && dpkg -i --ignore-depends=libjpeg62-turbo ./grokj2k-tools_7.6.5-1_amd64.deb \
# Install OpenJDK
RUN wget -q https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.tar.gz \
RUN wget -q https://download.java.net/java/GA/jdk21/fd2272bbf8e04c3dbaee13770090416c/35/GPL/openjdk-21_linux-x64_bin.tar.gz \
&& tar xfz openjdk-21_linux-x64_bin.tar.gz \
&& mv jdk-21 /opt/jdk \
# Install a newer Maven than the one in apt
Expand Down

0 comments on commit 9d814bb

Please sign in to comment.