• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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