mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Included 'cmake' in Dockerfile, as it is a dependency for compiling protoc-grpcio
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user