Add utilities to adml-http image
[anna.git] / docker-images / anna-adml-http / Dockerfile
index 21d330b..9a3a7a7 100644 (file)
@@ -2,10 +2,15 @@ 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 \
-   procps \
    net-tools \
-   tshark
+   procps \
+   python3 \
+   python3-pip
+
+RUN pip3 install xmltodict
 
 COPY starter.sh /var/starter.sh