diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 12:08:07 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 12:08:20 -0400 |
commit | daad98f51687ca1060504ea88e4a70772ae2bc60 (patch) | |
tree | 190a733bfdab9cc3bdad8a62e46fe3f44bc3747a /src/main/docker | |
parent | 3d0feeb6c214fc38a5039f9866d0f786be1fd57a (diff) |
Fixing the achtype variable name
Issue-ID: AAI-1449
Change-Id: I15f8e3b9c6c9824e9ae9adcc6f13c1e67634d4ac
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'src/main/docker')
-rw-r--r-- | src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |