From 885e1fdce9f3fe46cf6004ecf538d619f4886e8a Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Tue, 11 Aug 2020 13:14:47 -0700 Subject: [PATCH] Remove manually created symbolic link to ninja-build https://github.com/apache/incubator-mxnet/commit/6bcfce9f0a2e7ed2519006275e0456b9e5aa81c3 for master branch --- ci/docker/Dockerfile.build.centos7 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/docker/Dockerfile.build.centos7 b/ci/docker/Dockerfile.build.centos7 index 8a718c4d1339..f864cbad5226 100644 --- a/ci/docker/Dockerfile.build.centos7 +++ b/ci/docker/Dockerfile.build.centos7 @@ -67,9 +67,7 @@ RUN yum -y check-update || true && \ gperf \ libb2-devel \ libzstd-devel && \ - yum clean all && \ - # Centos 7 only provides ninja-build - ln -s /usr/bin/ninja-build /usr/bin/ninja + yum clean all # Make GCC7, Python 3.5 and Maven 3.3 Software Collections available by default # during build and runtime of this container