Skip to content

Commit

Permalink
Texlive replaced by rst2pdf for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 28, 2023
1 parent 6102cb0 commit 253a9ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/Dockerfile.spack-cgcore
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 02/23: autoconf added. Used by gmds during build.
# 02/23: pkg-config added. Used by gts
# 02/23: lsb-release added. Used by mgx start script.
# 09/23: documentation - texlive installation failed with Spack => latexmk texlive-lang-greek texlive-latex-extra added
# 09/23: documentation - graphviz added
RUN apt update &&\
apt install -y build-essential cmake python3 python3-distutils python3-venv unzip zip curl git libxt-dev libgl-dev gfortran autoconf pkg-config lsb-release file &&\
apt install -y latexmk texlive-lang-greek texlive-latex-extra graphviz &&\
apt clean &&\
rm -rf /var/lib/apt/lists/*
#==========================================
Expand Down

0 comments on commit 253a9ae

Please sign in to comment.