summaryrefslogtreecommitdiffstats
path: root/alpine
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-14 12:16:06 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-06-14 16:58:40 +0000
commit3d55822228b8b8d935ddd827ba7d6b1f3f292cbc (patch)
tree09376dbc4652e0a5b0f21385bf881cfc2df49ea5 /alpine
parentd783f849b949e551f00febe14b5b944db378d4cc (diff)
Effort to reduce image size and layers
Issue-ID: CCSDK-3226 Change-Id: I3bb7b8a9eeef866fdc23804e06b2908d33f63c06 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'alpine')
-rw-r--r--alpine/java11/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/java11/src/main/docker/Dockerfile b/alpine/java11/src/main/docker/Dockerfile
index 6480fe50..192d618b 100644
--- a/alpine/java11/src/main/docker/Dockerfile
+++ b/alpine/java11/src/main/docker/Dockerfile
@@ -14,6 +14,6 @@ ENV https_proxy ${HTTPS_PROXY}
ENV JAVA_HOME /opt/java/openjdk
# Add tools needed for OpenDaylight
-RUN apk update && apk --no-cache add bash git mysql-client nodejs npm python3 py3-pip graphviz unzip rsync nss
+RUN apk update && apk --no-cache add sudo bash iputils openssl git mysql-client nodejs npm python3 py3-pip graphviz unzip rsync nss
USER onap