Included 'cmake' in Dockerfile, as it is a dependency for compiling protoc-grpcio

This commit is contained in:
Luke Anderson 2019-02-07 17:45:47 +11:00
parent 9a0df6a9f5
commit c6d3636d0d
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -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