Add tcpdump to the container image
[ric-plt/vespamgr.git] / Dockerfile
index 9c8a43f..a481f6d 100644 (file)
@@ -50,7 +50,8 @@ FROM ubuntu:18.04
 RUN apt-get update; apt-get install -y \
     iputils-ping \
     net-tools \
-    curl
+    curl \
+    tcpdump
 
 # Create the configuration directory for ves agent
 RUN mkdir -p /etc/ves-agent