Included 'cmake' in Dockerfile, as it is a dependency for compiling protoc-grpcio
This commit is contained in:
parent
9a0df6a9f5
commit
c6d3636d0d
@ -1,4 +1,4 @@
|
||||
FROM rust:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y clang libclang-dev
|
||||
RUN apt-get update && apt-get install -y clang libclang-dev cmake
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user