diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-05-31 03:33:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-31 03:33:59 +0000 |
commit | 76fc72aea4a76e4e53a5e7a45757776fd7499803 (patch) | |
tree | 30a5c711ffde2bb7036395bc4b9252a409863677 | |
parent | 2fff03a27691ab970fac2bea0236e7969b9b507e (diff) | |
parent | 2a43fdbb6f67831beb9c94aca58f97b15dd94fb2 (diff) |
Merge "Switch base image to 'openjdk' in Dockerfile"
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |