Fix the centos7 Dockerfile

The git224-core package has disappeared. Use git236 instead.
This commit is contained in:
ridiculousfish 2022-08-21 15:46:09 -07:00
parent aaf50099f2
commit 60621e086c

View File

@ -5,7 +5,7 @@ RUN yum install --assumeyes epel-release https://repo.ius.io/ius-release-el7.rpm
&& yum install --assumeyes \
cmake3 \
gcc-c++ \
git224-core \
git236 \
ncurses-devel \
ninja-build \
python3 \