aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-05-31 03:33:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-31 03:33:59 +0000
commit76fc72aea4a76e4e53a5e7a45757776fd7499803 (patch)
tree30a5c711ffde2bb7036395bc4b9252a409863677
parent2fff03a27691ab970fac2bea0236e7969b9b507e (diff)
parent2a43fdbb6f67831beb9c94aca58f97b15dd94fb2 (diff)
Merge "Switch base image to 'openjdk' in Dockerfile"
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 9aa246a6..259ac980 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,4 @@
-FROM ubuntu:16.04
-#FROM dcae-alpine:8-jre-tini
+FROM openjdk:8-jre-slim
MAINTAINER vv770d@att.com
@@ -9,8 +8,6 @@ ENV HOME /opt/app/VESCollector
ENV JAVA_HOME /usr
ENV HOSTALIASES /etc/host.aliases
-RUN apt-get update && apt-get install -y curl vim openjdk-8-jdk
-
COPY opt /opt
EXPOSE 8080 8443