Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8bcf48d

Browse files
committed
chore: remove cmake install deps step
1 parent 837f170 commit 8bcf48d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
2424
apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" && \
2525
apt-get update && \
2626
apt-get install -y --no-install-recommends \
27-
cmake \
2827
make \
2928
git \
3029
uuid-dev \

docker/Dockerfile.cache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
2424
apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" && \
2525
apt-get update && \
2626
apt-get install -y --no-install-recommends \
27-
cmake \
2827
make \
2928
git \
3029
uuid-dev \

0 commit comments

Comments
 (0)