diff --git a/windows-base/Dockerfile b/windows-base/Dockerfile index ee79409..3e1fe71 100644 --- a/windows-base/Dockerfile +++ b/windows-base/Dockerfile @@ -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/* 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 \ && mkdir -p /opt/cmake \ && bash ./cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh --skip-license --prefix=/opt/cmake \