Skip to content

Commit

Permalink
Packages used by documentation removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 20, 2023
1 parent 83f11db commit 6048e11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerfiles/Dockerfile.spack-cgcore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +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.
# 04/23: graphviz, sphinx and pip added. Used by mgx documentation
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 graphviz sphinx pip &&\
apt clean &&\
rm -rf /var/lib/apt/lists/*
#==========================================
Expand Down

0 comments on commit 6048e11

Please sign in to comment.