Skip to content

Commit

Permalink
shorten image deps
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 6, 2024
1 parent 79db9c0 commit fd1daf5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/centos7-system-deps
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.r
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo

RUN \
yum install -y wget git epel-release redhat-lsb-core gcc gcc-c++ make centos-release-scl scl-utils &&\
yum install -y wget rh-git227-git epel-release redhat-lsb-core gcc gcc-c++ make centos-release-scl scl-utils &&\
yum install -y devtoolset-11-gcc* environment-modules rpm-build zlib-devel &&\
yum install -y doxygen graphviz &&\
yum install -y install python3-pip jq && python3 -m pip install --upgrade pip

RUN \
yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm &&\
yum install -y git

# The default python version (3.6) is too old to download xpress with pip
# This version of miniconda embeds python3.8
Expand Down

0 comments on commit fd1daf5

Please sign in to comment.