Fixing the achtype variable name 53/60353/2
authorArul.Nambi <arul.nambi@amdocs.com>
Mon, 13 Aug 2018 16:14:22 +0000 (12:14 -0400)
committerTian Lee <TianL@amdocs.com>
Fri, 17 Aug 2018 10:04:07 +0000 (10:04 +0000)
Issue-ID: AAI-1449
Change-Id: I862fd89a4f9aa9525c5475997ca8c360c6cb39a7
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
src/main/docker/Dockerfile

index 1fd2b1d..70088ae 100644 (file)
@@ -11,7 +11,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