Skip to content

Commit

Permalink
Remove global node installation of Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 27, 2021
1 parent c50ca2d commit 0c7c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN chmod a+x /tmp/run.sh
RUN yum install -y python36
RUN python3 -m venv /py3 && /py3/bin/pip install -U pip tox future wheel restructuredtext-lint
RUN /py3/bin/pip install https://github.com/ome/zeroc-ice-py-centos7/releases/download/0.2.1/zeroc_ice-3.6.5-cp36-cp36m-linux_x86_64.whl
RUN /py3/bin/pip install scc Sphinx
RUN /py3/bin/pip install scc
ENV VIRTUAL_ENV=/py3
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

Expand Down

0 comments on commit 0c7c5c3

Please sign in to comment.