aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-11-13 15:01:10 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-11-13 15:01:10 -0800
commita61abff6adfd035560d20bc255c01c6c83d22091 (patch)
treea94f7bf6f6e1d5dc257bec928359bad16623eada /templates/tools
parent7181a950511a33a78b34364d99106e6554831a8a (diff)
Update sanity dockerfile
Diffstat (limited to 'templates/tools')
-rw-r--r--templates/tools/dockerfile/test/sanity/Dockerfile.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/test/sanity/Dockerfile.template b/templates/tools/dockerfile/test/sanity/Dockerfile.template
index bf34c0ab0f..fef569477e 100644
--- a/templates/tools/dockerfile/test/sanity/Dockerfile.template
+++ b/templates/tools/dockerfile/test/sanity/Dockerfile.template
@@ -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 ${"\\"}