From: caviedesj Date: Fri, 13 Feb 2026 15:46:07 +0000 (+0100) Subject: Fix. Add curl to the tox image to fix IM tests error X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F15752%2F1;p=osm%2Fdevops.git Fix. Add curl to the tox image to fix IM tests error Change-Id: If654fd08c5259b91a3bc13868ab7f5b57f816050 Signed-off-by: caviedesj --- diff --git a/ci-images/tox/Dockerfile b/ci-images/tox/Dockerfile index 99077978..9dcb7e90 100644 --- a/ci-images/tox/Dockerfile +++ b/ci-images/tox/Dockerfile @@ -20,7 +20,7 @@ USER root RUN set -eux; \ apt-get update; \ - apt-get install -y --no-install-recommends patch wget libmagic-dev; \ + apt-get install -y --no-install-recommends patch wget libmagic-dev curl; \ rm -rf /var/lib/apt/lists/* COPY entrypoint.sh /entrypoint.sh