summaryrefslogtreecommitdiffstats
path: root/alpine
diff options
context:
space:
mode:
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