Skip to content

Commit

Permalink
Merge pull request docker#348 from switchdk/patch-1
Browse files Browse the repository at this point in the history
Adding target for ADD
  • Loading branch information
Mano Marks authored Oct 16, 2017
2 parents 570dbf5 + 40e411c commit 7160ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-tools/java/chapters/ch03-build-image-java-9.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use the following contents:
# A JDK 9 with Debian slim
FROM debian:stable-slim
# Download from http://jdk.java.net/9/
# ADD http://download.java.net/java/GA/jdk9/9/binaries/openjdk-9_linux-x64_bin.tar.gz
# ADD http://download.java.net/java/GA/jdk9/9/binaries/openjdk-9_linux-x64_bin.tar.gz /opt
ADD openjdk-9_linux-x64_bin.tar.gz /opt
# Set up env variables
ENV JAVA_HOME=/opt/jdk-9
Expand Down

0 comments on commit 7160ee7

Please sign in to comment.