Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7160ee7

Browse files
author
Mano Marks
authored
Merge pull request #348 from switchdk/patch-1
Adding target for ADD
2 parents 570dbf5 + 40e411c commit 7160ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/java/chapters/ch03-build-image-java-9.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the following contents:
2121
# A JDK 9 with Debian slim
2222
FROM debian:stable-slim
2323
# Download from http://jdk.java.net/9/
24-
# ADD http://download.java.net/java/GA/jdk9/9/binaries/openjdk-9_linux-x64_bin.tar.gz
24+
# ADD http://download.java.net/java/GA/jdk9/9/binaries/openjdk-9_linux-x64_bin.tar.gz /opt
2525
ADD openjdk-9_linux-x64_bin.tar.gz /opt
2626
# Set up env variables
2727
ENV JAVA_HOME=/opt/jdk-9

0 commit comments

Comments
 (0)