From 6a836c96c279e3e46fe06e5d4d77b6ee2ad0158f Mon Sep 17 00:00:00 2001 From: ss412g Date: Tue, 24 Mar 2020 22:43:56 +0200 Subject: [PATCH] Uncomment net tools installation Change-Id: Idfd0ba4979387fe8f0f1e0a52903afb06d32079f Signed-off-by: ss412g --- RIC-E2-TERMINATION/Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RIC-E2-TERMINATION/Dockerfile b/RIC-E2-TERMINATION/Dockerfile index af60c6a..0d5806f 100644 --- a/RIC-E2-TERMINATION/Dockerfile +++ b/RIC-E2-TERMINATION/Dockerfile @@ -76,8 +76,14 @@ RUN if [$BUILD_TYPE == "Debug"] ; then make e2_coverage ; fi # && find / -type f -name "libopentracing.a" -exec cp {} libopentracing.a \; && cd /opt/e2/RIC-E2-TERMINATION && ls nlohmann \ FROM ubuntu:18.04 + +RUN apt-get update && apt-get install -y \ + net-tools \ + iputils-ping \ + curl \ + tcpdump + RUN mkdir -p /opt/e2/config -#RUN apt-get install -y net-tools iputils-ping curl tcpdump && mkdir -p /opt/e2/config COPY --from=ubuntu /opt/e2/e2 /opt/e2/e2 COPY --from=ubuntu /opt/e2/rmr.verbose /tmp/rmr.verbose -- 2.16.6