Add netcat to docker image 47/59847/1
authorFilip Krzywka <filip.krzywka@nokia.com>
Thu, 9 Aug 2018 11:39:21 +0000 (13:39 +0200)
committerFilip Krzywka <filip.krzywka@nokia.com>
Thu, 9 Aug 2018 11:39:21 +0000 (13:39 +0200)
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>
hv-collector-main/Dockerfile

index fb7c7ae..1e5f55f 100644 (file)
@@ -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