Skip to content

Commit

Permalink
install cmake in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 10, 2025
1 parent e6aac3a commit b690da3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
debhelper \
ca-certificates \
protobuf-compiler \
wget
wget \
cmake

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH "/root/.cargo/bin:${PATH}"
Expand Down

0 comments on commit b690da3

Please sign in to comment.