xref: /aosp_15_r20/external/grpc-grpc/templates/tools/dockerfile/cmake.include (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1#=================
2# Install cmake
3# Note that this step should be only used for distributions that have new enough cmake to satisfy gRPC's cmake version requirement.
4
5RUN apt-get update && apt-get install -y cmake && apt-get clean
6