Skip to content
Snippets Groups Projects
Verified Commit ea74347c authored by Lars Bilke's avatar Lars Bilke
Browse files

[Docker] Bump CMake to 3.16.6

parent 18521f48
No related branches found
No related tags found
No related merge requests found
......@@ -65,16 +65,16 @@ RUN apt-get update && \
git lfs install && \
mkdir -p /apps /scratch /lustre /work /projects /data
# CMake version 3.14.7
# CMake version 3.16.6
RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
make \
wget && \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/tmp && wget -q -nc --no-check-certificate -P /var/tmp https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.sh && \
RUN mkdir -p /var/tmp && wget -q -nc --no-check-certificate -P /var/tmp https://cmake.org/files/v3.16/cmake-3.16.6-Linux-x86_64.sh && \
mkdir -p /usr/local && \
/bin/sh /var/tmp/cmake-3.14.7-Linux-x86_64.sh --prefix=/usr/local --skip-license && \
rm -rf /var/tmp/cmake-3.14.7-Linux-x86_64.sh
/bin/sh /var/tmp/cmake-3.16.6-Linux-x86_64.sh --prefix=/usr/local --skip-license && \
rm -rf /var/tmp/cmake-3.16.6-Linux-x86_64.sh
ENV PATH=/usr/local/bin:$PATH
# Package manager Conan building block
......
......@@ -59,16 +59,16 @@ RUN apt-get update && \
git lfs install && \
mkdir -p /apps /scratch /lustre /work /projects /data
# CMake version 3.14.7
# CMake version 3.16.6
RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
make \
wget && \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/tmp && wget -q -nc --no-check-certificate -P /var/tmp https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.sh && \
RUN mkdir -p /var/tmp && wget -q -nc --no-check-certificate -P /var/tmp https://cmake.org/files/v3.16/cmake-3.16.6-Linux-x86_64.sh && \
mkdir -p /usr/local && \
/bin/sh /var/tmp/cmake-3.14.7-Linux-x86_64.sh --prefix=/usr/local --skip-license && \
rm -rf /var/tmp/cmake-3.14.7-Linux-x86_64.sh
/bin/sh /var/tmp/cmake-3.16.6-Linux-x86_64.sh --prefix=/usr/local --skip-license && \
rm -rf /var/tmp/cmake-3.16.6-Linux-x86_64.sh
ENV PATH=/usr/local/bin:$PATH
# Package manager Conan building block
......
......@@ -67,16 +67,16 @@ RUN apt-get update -y && \
mesa-common-dev && \
rm -rf /var/lib/apt/lists/*
# CMake version 3.14.7
# CMake version 3.16.6
RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
make \
wget && \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/tmp && wget -q -nc --no-check-certificate -P /var/tmp https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.sh && \
RUN mkdir -p /var/tmp && wget -q -nc --no-check-certificate -P /var/tmp https://cmake.org/files/v3.16/cmake-3.16.6-Linux-x86_64.sh && \
mkdir -p /usr/local && \
/bin/sh /var/tmp/cmake-3.14.7-Linux-x86_64.sh --prefix=/usr/local --skip-license && \
rm -rf /var/tmp/cmake-3.14.7-Linux-x86_64.sh
/bin/sh /var/tmp/cmake-3.16.6-Linux-x86_64.sh --prefix=/usr/local --skip-license && \
rm -rf /var/tmp/cmake-3.16.6-Linux-x86_64.sh
ENV PATH=/usr/local/bin:$PATH
# Package manager Conan building block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment