Loading docker/0.9.2/core/Dockerfile +6 −5 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ RUN apt-get update && \ automake \ gcc \ g++ \ ninja-build \ procps \ # AGIOS dependencies libconfig-dev \ Loading @@ -28,12 +29,12 @@ RUN apt-get update && \ # GekkoFS dependencies libboost-program-options-dev \ uuid-dev && \ # install cmake 3.14 since it's needed for some dependencies curl -OL https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-Linux-x86_64.sh && \ chmod u+x ./cmake-3.14.5-Linux-x86_64.sh && \ ./cmake-3.14.5-Linux-x86_64.sh --skip-license --prefix=/usr && \ # install cmake 3.14+ since it's needed for some dependencies curl -OL https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-Linux-x86_64.sh && \ chmod u+x ./cmake-3.25.2-Linux-x86_64.sh && \ ./cmake-3.25.2-Linux-x86_64.sh --skip-license --prefix=/usr && \ # Clean apt cache to reduce image layer size rm -rf /var/lib/apt/lists/* && \ # Clean apt caches of packages apt-get clean && apt-get autoclean && \ rm ./cmake-3.14.5-Linux-x86_64.sh rm ./cmake-3.25.2-Linux-x86_64.sh Loading
docker/0.9.2/core/Dockerfile +6 −5 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ RUN apt-get update && \ automake \ gcc \ g++ \ ninja-build \ procps \ # AGIOS dependencies libconfig-dev \ Loading @@ -28,12 +29,12 @@ RUN apt-get update && \ # GekkoFS dependencies libboost-program-options-dev \ uuid-dev && \ # install cmake 3.14 since it's needed for some dependencies curl -OL https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.5-Linux-x86_64.sh && \ chmod u+x ./cmake-3.14.5-Linux-x86_64.sh && \ ./cmake-3.14.5-Linux-x86_64.sh --skip-license --prefix=/usr && \ # install cmake 3.14+ since it's needed for some dependencies curl -OL https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-Linux-x86_64.sh && \ chmod u+x ./cmake-3.25.2-Linux-x86_64.sh && \ ./cmake-3.25.2-Linux-x86_64.sh --skip-license --prefix=/usr && \ # Clean apt cache to reduce image layer size rm -rf /var/lib/apt/lists/* && \ # Clean apt caches of packages apt-get clean && apt-get autoclean && \ rm ./cmake-3.14.5-Linux-x86_64.sh rm ./cmake-3.25.2-Linux-x86_64.sh