Fix wrong xmltodict installation in latest nginx
authoreramos <diametersuite@gmail.com>
Wed, 16 Aug 2023 21:29:05 +0000 (23:29 +0200)
committereramos <diametersuite@gmail.com>
Wed, 16 Aug 2023 21:29:05 +0000 (23:29 +0200)
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