aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-09-12 17:44:37 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-09-12 17:44:37 -0700
commit1c5a5f21a339523ad5984287d9194cb511659136 (patch)
treea757660256419fb789554cf37beaf5d5483e1235 /templates/tools/dockerfile
parentcbe93839937e4e6272407ab1b7ae7ef848b64894 (diff)
Add .NET CLI to coverage Dockerfile
Diffstat (limited to 'templates/tools/dockerfile')
-rw-r--r--templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template b/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template
index 6cad474a20..0d47aa91f3 100644
--- a/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/multilang_jessie_x64/Dockerfile.template
@@ -19,6 +19,7 @@
<%include file="../../apt_get_basic.include"/>
<%include file="../../gcp_api_libraries.include"/>
<%include file="../../csharp_deps.include"/>
+ <%include file="../../csharp_dotnetcli_deps.include"/>
<%include file="../../cxx_deps.include"/>
<%include file="../../node_deps.include"/>
<%include file="../../php_deps.include"/>