From 4af1bc7729a0979b2384cb392727a056d1bf1e46 Mon Sep 17 00:00:00 2001 From: yangwei Date: Sun, 20 Sep 2020 10:21:41 +0800 Subject: 重命名cmake为cmake3,兼容直接使用cmake3命令的ci任务 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index da44119..e553e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN yum install -y gcc gcc-c++ make libpcap-devel epel-release patch wget socat cd /tmp/build_cmake && \ tar xf cmake-3.12.4-Linux-x86_64.tar.gz && \ cp -r cmake-3.12.4-Linux-x86_64/* /usr/local/ && \ + cp /usr/local/bin/cmake /usr/local/bin/cmake3 && \ yum install -y python3-pip && \ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie && \ curl -sL https://sentry.io/get-cli/ | bash && \ -- cgit v1.2.3