Skip to content

Commit

Permalink
Fix missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 10, 2023
1 parent c36d2b8 commit 8a2b8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/centos7-system-deps
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN yum install -y epel-release
RUN \
yum install -y wget git epel-release redhat-lsb-core gcc gcc-c++ make centos-release-scl scl-utils &&\
yum install -y cmake3 devtoolset-9 environment-modules rpm-build zlib-devel &&\
yum install -y jsoncpp-devel openmpi-devel doxygen graphviz &&\
yum install -y install python3-devel && \
yum install -y libuuid-devel

Expand Down

0 comments on commit 8a2b8b3

Please sign in to comment.