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

index 1652d90..c99d763 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