Uncomment net tools installation 58/2958/1
authorss412g <shuky.har-noy@intl.att.com>
Tue, 24 Mar 2020 20:43:56 +0000 (22:43 +0200)
committerss412g <shuky.har-noy@intl.att.com>
Tue, 24 Mar 2020 20:44:00 +0000 (22:44 +0200)
Change-Id: Idfd0ba4979387fe8f0f1e0a52903afb06d32079f
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
RIC-E2-TERMINATION/Dockerfile

index af60c6a..0d5806f 100644 (file)
@@ -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