Skip to content

Commit

Permalink
install cmake in doker file
Browse files Browse the repository at this point in the history
  • Loading branch information
robatipoor committed Mar 28, 2024
1 parent 043a465 commit 9be1034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:latest as builder

WORKDIR /workspace

RUN apt-get update && apt-get install lld clang -y
RUN apt-get update && apt-get install cmake lld clang -y

COPY . .

Expand Down

0 comments on commit 9be1034

Please sign in to comment.