summaryrefslogtreecommitdiffstats
path: root/alpine
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-09 12:14:54 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-06-10 14:07:49 -0400
commit80c69516fe41fa9c9fad43b6bb8e36ba8d6fc211 (patch)
treecd0c31e8f633c0aa2676dc7d8b9d86b78c11397e /alpine
parent5be672ba7385480425803d53c73db8ba8e683b74 (diff)
Changing odlparent pom version adding few dependencies
Issue-ID: CCSDK-3331 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I9678e4b4401791a98499ab3c39ef5b24e404aea8
Diffstat (limited to 'alpine')
-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