File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2020, 2022 Oracle and/or its affiliates.
1+ # Copyright (c) 2020, 2024 Oracle and/or its affiliates.
22#
33# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44#
@@ -44,10 +44,10 @@ RUN set -eux; \
4444 ARCH="$(uname -m)" && \
4545 if [ "$ARCH" = "x86_64" ]; \
4646 then \
47- mv "$(ls /tmp/jdk-17*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
47+ mv "$(ls /tmp/jdk-17*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
4848 JAVA_SHA256=f7a6fdebeb11840e1f5314bc330feb75b67e52491cf39073dbf3e51e3889ff08 ; \
4949 else \
50- mv "$(ls /tmp/jdk-17*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
50+ mv "$(ls /tmp/jdk-17*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
5151 JAVA_SHA256=277e0010e7b17583e63827f9537a153ea79cb4b6ca28d523cd8a82f14a24a769 ; \
5252 fi && \
5353 echo "$JAVA_SHA256 */tmp/jdk.tar.gz" | sha256sum -c -; \
@@ -84,4 +84,4 @@ RUN set -eux; \
8484 alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; \
8585 done;
8686
87- CMD ["jshell" ]
87+ CMD ["jshell" ]
You can’t perform that action at this time.
0 commit comments