We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a619fe8 commit 80a3413Copy full SHA for 80a3413
build-containers/Dockerfile.debian
@@ -19,7 +19,7 @@ RUN apt update && \
19
# CMake
20
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-linux-x86_64.sh && \
21
chmod +x cmake-3.22.3-linux-x86_64.sh && \
22
- ./cmake-3.22.3-linux-x86_64.sh --skip-license --prefix=/usr/local && \
+ ./cmake-3.22.3-linux-x86_64.sh --skip-license --prefix=/usr && \
23
rm cmake-3.22.3-linux-x86_64.sh
24
25
WORKDIR /usr/app/
0 commit comments