grpc/templates/tools/dockerfile/cmake.include

6 lines
232 B
Plaintext

#=================
# Install cmake
# Note that this step should be only used for distributions that have new enough cmake to satisfy gRPC's cmake version requirement.
RUN apt-get update && apt-get install -y cmake && apt-get clean