summaryrefslogtreecommitdiffstats
path: root/alpine/java11/src/main/docker/Dockerfile
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-09 12:14:54 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-06-14 14:03:25 +0000
commit94a7c372094fb6c8f342dfd04984a34c975eb849 (patch)
tree59374117a3786da069a28daa1488cf6dd73f52f0 /alpine/java11/src/main/docker/Dockerfile
parentfff64f89ef68f9f6a31d462507495115b81c04f9 (diff)
Making changes as per SILICON ODL
Adding few dependencies and refactoring sli versioning Issue-ID: CCSDK-3331 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I9678e4b4401791a98499ab3c39ef5b24e404aea8
Diffstat (limited to 'alpine/java11/src/main/docker/Dockerfile')
-rw-r--r--alpine/java11/src/main/docker/Dockerfile6
1 files changed, 4 insertions, 2 deletions
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