blob: ae978120d2f21ef5259a805169cd4a5f1e16e5c3 [file] [log] [blame]
#=================
# 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