Skip to content

Commit 1bafb1c

Browse files
aureliogrbDjelibeybi
authored andcommitted
Update Dockerfile copyright
fixed indentation of 3 commands
1 parent a7906e3 commit 1bafb1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OracleJava/11/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019, 2023 Oracle and/or its affiliates.
1+
# Copyright (c) 2019, 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
#
@@ -46,10 +46,10 @@ RUN set -eux; \
4646
ARCH="$(uname -m)" && \
4747
if [ "$ARCH" = "x86_64" ]; \
4848
then \
49-
mv "$(ls /tmp/jdk-11*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
49+
mv "$(ls /tmp/jdk-11*_linux-x64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
5050
JAVA_SHA256=d22d0fcca761861a1eb2f5f6eb116c933354e8b1f76b3cda189c722cc0177c98 ; \
5151
else \
52-
mv "$(ls /tmp/jdk-11*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
52+
mv "$(ls /tmp/jdk-11*_linux-aarch64_bin.tar.gz)" /tmp/jdk.tar.gz ; \
5353
JAVA_SHA256=3fc0d93f6363d32723c293ba5a9016e8ab27410351ed804020cfe71e87d3bc0a ; \
5454
fi && \
5555
echo "$JAVA_SHA256 */tmp/jdk.tar.gz" | sha256sum -c -; \

0 commit comments

Comments
 (0)