Add more utilities for ADML-HTTP image
[anna.git] / docker-images / anna-adml-http / Dockerfile
index b27fecd..c155c3e 100644 (file)
@@ -2,9 +2,16 @@ FROM nginx
 COPY etc/ /etc
 COPY opt/adml/ /opt/adml
 
+RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y tshark
+
 RUN apt-get update && apt-get install -y \
+   net-tools \
    procps \
-   net-tools
+   jq \
+   python3 \
+   python3-pip
+
+RUN pip3 install xmltodict
 
 COPY starter.sh /var/starter.sh