Fixing the achtype variable name 49/60349/1
authorArul.Nambi <arul.nambi@amdocs.com>
Mon, 13 Aug 2018 16:08:07 +0000 (12:08 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Mon, 13 Aug 2018 16:08:20 +0000 (12:08 -0400)
Issue-ID: AAI-1449
Change-Id: I15f8e3b9c6c9824e9ae9adcc6f13c1e67634d4ac
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
src/main/docker/Dockerfile

index 9ef6cb5..e417ead 100644 (file)
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y software-properties-common
 ## sudo -E is required to preserve the environment. If you remove that line, it will most like freeze at this step
 RUN sudo -E add-apt-repository ppa:openjdk-r/ppa && apt-get update && apt-get install -y openjdk-8-jdk
 ## Setup JAVA_HOME, this is useful for docker commandline
-ENV JAVA_HOME usr/lib/jvm/java-8-openjdk--amd64
+ENV JAVA_HOME usr/lib/jvm/java-8-openjdk-amd64
 RUN export JAVA_HOME
 
 # Build up the deployment folder structure