From: Arul.Nambi Date: Mon, 13 Aug 2018 16:08:07 +0000 (-0400) Subject: Fixing the achtype variable name X-Git-Tag: 1.3.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fdata-router.git;a=commitdiff_plain;h=daad98f51687ca1060504ea88e4a70772ae2bc60 Fixing the achtype variable name Issue-ID: AAI-1449 Change-Id: I15f8e3b9c6c9824e9ae9adcc6f13c1e67634d4ac Signed-off-by: Arul.Nambi --- diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index 9ef6cb5..e417ead 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -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