Fix wrong xmltodict installation in latest nginx
[anna.git] / docker-images / anna-adml-http / Dockerfile
index 382ab57..2e395c9 100644 (file)
@@ -9,9 +9,7 @@ RUN apt-get update && apt-get install -y \
    procps \
    jq \
    python3 \
-   python3-pip
-
-RUN pip3 install xmltodict
+   python3-xmltodict
 
 COPY starter.sh /var/starter.sh