diff options
Diffstat (limited to 'hv-collector-main')
-rw-r--r-- | hv-collector-main/Dockerfile | 1 |
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 |