Skip to content

Commit

Permalink
Merge pull request #3195 from grondo/nopips-centos8
Browse files Browse the repository at this point in the history
docker: do not install Sphinx via pip in Centos8 image
  • Loading branch information
mergify[bot] committed Sep 4, 2020
2 parents d45cad9 + cb58d8e commit 9665e57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/docker/centos8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN yum -y update \
python3-six \
python3-yaml \
python3-jsonschema \
python3-sphinx \
# Development dependencies
libsodium-devel \
zeromq-devel \
Expand Down Expand Up @@ -74,9 +75,6 @@ RUN alternatives --set python /usr/bin/python3
# Add /usr/bin/mpicc link so MPI tests are built
RUN alternatives --install /usr/bin/mpicc mpicc /usr/lib64/mpich/bin/mpicc 100

# Sphinx packages for docs
RUN python3 -m pip install sphinx sphinx-rtd-theme sphinxcontrib-spelling

# Install caliper by hand for now:
RUN mkdir caliper \
&& cd caliper \
Expand Down

0 comments on commit 9665e57

Please sign in to comment.