Add tshark decoder to adml-http image
[anna.git] / docker-images / anna-adml-http / Dockerfile
index b27fecd..21d330b 100644 (file)
@@ -4,7 +4,8 @@ COPY opt/adml/ /opt/adml
 
 RUN apt-get update && apt-get install -y \
    procps \
-   net-tools
+   net-tools \
+   tshark
 
 COPY starter.sh /var/starter.sh