Skip to content

Commit

Permalink
Merge pull request #2265 from chuckatkins/fix-centos7-docker
Browse files Browse the repository at this point in the history
docker: Fix git package in CentOS 7 image
  • Loading branch information
Chuck Atkins authored May 17, 2020
2 parents 5b5744d + 286117b commit e293745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/images/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN yum upgrade -y && \
yum install -y epel-release && \
yum install -y https://centos7.iuscommunity.org/ius-release.rpm && \
yum install -y \
sudo curl vim git2u-all gdb gcc gcc-c++ gcc-gfortran make pkg-config \
sudo curl vim git222 gdb gcc gcc-c++ gcc-gfortran make pkg-config \
openmpi-devel blosc-devel bzip2-devel zeromq-devel \
libzstd-devel fftw-devel hdf5-openmpi-devel \
python-devel numpy mpi4py-openmpi libfabric-devel
Expand Down

0 comments on commit e293745

Please sign in to comment.