cmake.include 232 B

12345
  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. RUN apt-get update && apt-get install -y cmake && apt-get clean