From 3b74e64f62587ef7c30d7520ed85ab35378f733c Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Thu, 9 Aug 2018 13:39:21 +0200 Subject: 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 --- hv-collector-main/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'hv-collector-main') 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 -- cgit 1.2.3-korg