From 253a9aec315d031911d757249626df5748ac0bdb Mon Sep 17 00:00:00 2001 From: Benoit LELANDAIS Date: Thu, 28 Sep 2023 13:44:13 +0200 Subject: [PATCH] Texlive replaced by rst2pdf for documentation. --- dockerfiles/Dockerfile.spack-cgcore | 3 --- 1 file changed, 3 deletions(-) diff --git a/dockerfiles/Dockerfile.spack-cgcore b/dockerfiles/Dockerfile.spack-cgcore index 3b1f6d0..4d7f8b6 100644 --- a/dockerfiles/Dockerfile.spack-cgcore +++ b/dockerfiles/Dockerfile.spack-cgcore @@ -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/* #==========================================