From ac817f296bdaf7b98481cb361c475db226ccd2d0 Mon Sep 17 00:00:00 2001 From: Ulrich Mohr Date: Wed, 25 Oct 2023 11:51:57 +0200 Subject: [PATCH] missing COPY in Dockerfile --- automation/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/Dockerfile b/automation/Dockerfile index f1fa606c1..93f3cfdb6 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -8,6 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt-get --yes install gcc g++ cmake make lcov git valgrind nano iputils-ping python3 pip doxygen graphviz rsync # This should also install Sphinx +COPY docs/requirements.txt . RUN python3 -m pip install -r docs/requirements.txt RUN python3 -m pip install breathe