Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 5, 2024
1 parent ccfddbc commit 27315a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos7-system-deps
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
yum install -y wget 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
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 &&\
Expand Down

0 comments on commit 27315a7

Please sign in to comment.