missing COPY in Dockerfile
This commit is contained in:
parent
622ad9ff18
commit
ac817f296b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user