File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ RUN apt-get update && \
16
16
ca-certificates \
17
17
&& apt-get clean && rm -rf /var/lib/apt/lists/*
18
18
19
- # CMake (offizielles Install-Skript, da 4.0.0 nicht im Repo)
20
- RUN curl -LO https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-linux-x86_64.sh && \
21
- sh cmake-3.29.3-linux-x86_64.sh --skip-license --prefix=/usr/local && \
22
- rm cmake-3.29.3-linux-x86_64.sh
19
+ RUN curl -LO https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-linux-x86_64.sh && \
20
+ sh cmake-4.0.1-linux-x86_64.sh --skip-license --prefix=/usr/local && \
21
+ rm cmake-4.0.1-linux-x86_64.sh
23
22
24
23
RUN mkdir ${TOOLS_PATH} \
25
24
&& curl -Lo gcc-arm-none-eabi.tar.xz https://developer.arm.com/-/media/Files/downloads/gnu/${ARM_GCC_VERSION}/binrel/arm-gnu-toolchain-${ARM_GCC_VERSION}-x86_64-arm-none-eabi.tar.xz \
You can’t perform that action at this time.
0 commit comments