Skip to content

Commit

Permalink
install sphinx for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mleotta committed Sep 20, 2021
1 parent a337ae1 commit 92e6188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packaging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ ARG branch=release

# Install required system packages to build TeleSculptor
# Everything else is built from Fletch
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
build-essential file git \
wget automake \
libgl1-mesa-dev libxt-dev libexpat1-dev libgtk2.0-dev liblapack-dev \
python3-dev python3-docutils && \
python3-dev python3-sphinx python3-sphinx-rtd-theme && \
rm -rf /var/lib/apt/lists/*

# Install CMake 3.15
Expand Down

0 comments on commit 92e6188

Please sign in to comment.