Skip to content

Commit

Permalink
Install graphviz from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 7, 2024
1 parent 40584e6 commit aa942f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3

WORKDIR /root

RUN pip install --break-system-packages --upgrade sphinx-rtd-theme numpydoc graphviz
RUN apt-get update \
&& apt-get install -y graphviz

RUN pip install --break-system-packages --upgrade sphinx-rtd-theme numpydoc

RUN mkdir /root/pyqgis
COPY . /root/pyqgis
Expand Down

0 comments on commit aa942f8

Please sign in to comment.