Skip to content

Commit be644ec

Browse files
authored
Update Dockerfile (#39)
* Update Dockerfile * Update Dockerfile
1 parent d219db5 commit be644ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ RUN apt-get update && \
1616
ca-certificates \
1717
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1818

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
2322

2423
RUN mkdir ${TOOLS_PATH} \
2524
&& 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 \

0 commit comments

Comments
 (0)