未验证 提交 e9b6ca5f 编写于 作者: L leauny 提交者: GitHub

Fix cmake installation. (#65)

The previous download link is inaccessible.
上级 b065330c
...@@ -24,8 +24,8 @@ ENV LD_LIBRARY_PATH /usr/local/lib64:$LD_LIBRARY_PATH ...@@ -24,8 +24,8 @@ ENV LD_LIBRARY_PATH /usr/local/lib64:$LD_LIBRARY_PATH
# clone deps and compile deps # clone deps and compile deps
RUN mkdir -p ${HOME_DIR}/deps RUN mkdir -p ${HOME_DIR}/deps
WORKDIR ${HOME_DIR}/deps WORKDIR ${HOME_DIR}/deps
RUN wget http://yum-test.obvos.alibaba-inc.com/oceanbase/development-kit/el/7/x86_64/obdevtools-cmake-3.20.2-3.el7.x86_64.rpm \ RUN wget https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-x86_64.sh \
&& rpm -ivh obdevtools-cmake-3.20.2-3.el7.x86_64.rpm && rm -f obdevtools-cmake-3.20.2-3.el7.x86_64.rpm && bash cmake-3.24.0-linux-x86_64.sh --prefix=/usr/local/ --exclude-subdir && rm -f cmake-3.24.0-linux-x86_64.sh
RUN git clone https://github.com/libevent/libevent -b release-2.1.12-stable \ RUN git clone https://github.com/libevent/libevent -b release-2.1.12-stable \
&& mkdir -p ${HOME_DIR}/deps/libevent/build \ && mkdir -p ${HOME_DIR}/deps/libevent/build \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册