Skip to content

Commit 80a3413

Browse files
committed
cmake to /usr
1 parent a619fe8 commit 80a3413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-containers/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt update && \
1919
# CMake
2020
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-linux-x86_64.sh && \
2121
chmod +x cmake-3.22.3-linux-x86_64.sh && \
22-
./cmake-3.22.3-linux-x86_64.sh --skip-license --prefix=/usr/local && \
22+
./cmake-3.22.3-linux-x86_64.sh --skip-license --prefix=/usr && \
2323
rm cmake-3.22.3-linux-x86_64.sh
2424

2525
WORKDIR /usr/app/

0 commit comments

Comments
 (0)