dev
This commit is contained in:
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y cpio libglu1-mesa-dev libgl1-mesa-dev l
|
|||||||
&& rm -rf /var/cache/apt/archives/*
|
&& rm -rf /var/cache/apt/archives/*
|
||||||
|
|
||||||
WORKDIR /soft
|
WORKDIR /soft
|
||||||
RUN wget -nv https://github.com/Kitware/CMake/releases/download/v${CUR_CMAKE_VERSION}/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \
|
RUN wget -v https://github.com/Kitware/CMake/releases/download/v${CUR_CMAKE_VERSION}/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \
|
||||||
&& rm -rf /opt/cmake \
|
&& rm -rf /opt/cmake \
|
||||||
&& mkdir -p /opt/cmake \
|
&& mkdir -p /opt/cmake \
|
||||||
&& bash ./cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh --skip-license --prefix=/opt/cmake \
|
&& bash ./cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh --skip-license --prefix=/opt/cmake \
|
||||||
|
|||||||
Reference in New Issue
Block a user