mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
Fix the centos7 Dockerfile
The git224-core package has disappeared. Use git236 instead.
This commit is contained in:
parent
aaf50099f2
commit
60621e086c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user