aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-main
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2018-08-09 13:39:21 +0200
committerFilip Krzywka <filip.krzywka@nokia.com>2018-08-09 13:39:21 +0200
commit3b74e64f62587ef7c30d7520ed85ab35378f733c (patch)
treed661e8cf6286248c05f638daf0b882eaeccb1e2c /hv-collector-main
parent67702df781ab8acab8cd7375c0ce5ee91fc3debe (diff)
Add netcat to docker image
As it's not included in `slim` version of jre image and will be required for healthcheck Change-Id: Ic2e73e58c46d72fc845266a6953bd0dc4d8bc8b9 Issue-ID: DCAEGEN2-697 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'hv-collector-main')
-rw-r--r--hv-collector-main/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/hv-collector-main/Dockerfile b/hv-collector-main/Dockerfile
index fb7c7ae6..1e5f55f8 100644
--- a/hv-collector-main/Dockerfile
+++ b/hv-collector-main/Dockerfile
@@ -7,6 +7,7 @@ LABEL maintainer="Nokia Wroclaw ONAP Team"
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl \
+ && apt-get install -y --no-install-recommends netcat \
&& apt-get clean
WORKDIR /opt/ves-hv-collector