diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile index db60e0e7d..503e07501 100644 --- a/docker/ci/Dockerfile +++ b/docker/ci/Dockerfile @@ -45,6 +45,10 @@ RUN apt-get update \ zip \ && pip3 install -q --upgrade --no-cache-dir pip \ && pip3 install -q --no-cache-dir \ + # TODO: Remove this once we switch to newer Ubuntu base image + # lxml 6.0.0 is not compatible with our image + 'lxml<6.0.0' \ + \ cmake==3.31.6 \ conan==2.17.0 \ gcovr \