missing COPY in Dockerfile

This commit is contained in:
Ulrich Mohr 2023-10-25 11:51:57 +02:00
parent 622ad9ff18
commit ac817f296b
1 changed files with 1 additions and 0 deletions

View File

@ -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