Update sanity dockerfile

pull/13349/head
Craig Tiller 7 years ago
parent 7181a95051
commit a61abff6ad
  1. 1
      templates/tools/dockerfile/test/sanity/Dockerfile.template
  2. 4
      tools/dockerfile/test/sanity/Dockerfile

@ -19,6 +19,7 @@
<%include file="../../apt_get_basic.include"/>
<%include file="../../gcp_api_libraries.include"/>
<%include file="../../python_deps.include"/>
<%include file="../../cxx_deps.include"/>
#========================
# Sanity test dependencies
RUN apt-get update && apt-get install -y ${"\\"}

@ -68,6 +68,10 @@ RUN pip install --upgrade pip==9.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.2.0 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies
RUN apt-get update && apt-get -y install libgflags-dev libgtest-dev libc++-dev clang && apt-get clean
#========================
# Sanity test dependencies
RUN apt-get update && apt-get install -y \

Loading…
Cancel
Save