mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Fix the centos7 Dockerfile
The git224-core package has disappeared. Use git236 instead.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user