From 94a7c372094fb6c8f342dfd04984a34c975eb849 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 9 Jun 2021 12:14:54 -0400 Subject: Making changes as per SILICON ODL Adding few dependencies and refactoring sli versioning Issue-ID: CCSDK-3331 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I9678e4b4401791a98499ab3c39ef5b24e404aea8 --- alpine/java11/src/main/docker/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'alpine/java11/src/main/docker/Dockerfile') diff --git a/alpine/java11/src/main/docker/Dockerfile b/alpine/java11/src/main/docker/Dockerfile index 341965d8..6480fe50 100644 --- a/alpine/java11/src/main/docker/Dockerfile +++ b/alpine/java11/src/main/docker/Dockerfile @@ -1,6 +1,7 @@ # Base alpine with added packages needed for open ecomp FROM ${base.image}:${base.image.version} MAINTAINER CCSDK Team (onap-ccsdk@lists.onap.org) +USER root ARG HTTP_PROXY ARG HTTPS_PROXY @@ -11,7 +12,8 @@ ENV HTTPS_PROXY ${HTTPS_PROXY} ENV https_proxy ${HTTPS_PROXY} ENV JAVA_HOME /opt/java/openjdk + # Add tools needed for OpenDaylight -USER root RUN apk update && apk --no-cache add bash git mysql-client nodejs npm python3 py3-pip graphviz unzip rsync nss -USER onap \ No newline at end of file + +USER onap -- cgit 1.2.3-korg