diff options
author | Craig Tiller <ctiller@google.com> | 2016-02-11 08:51:16 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-02-11 08:51:16 -0800 |
commit | c0473cc8235ab94f38a9d9891e2352e76960fb96 (patch) | |
tree | 1b7cdda11382438addf82bca4a1017bdf1da25f8 /tools/dockerfile/distribtest/csharp_ubuntu1604_x64 | |
parent | cce7fe06262a1b38f4f74e127fc7dc6047763437 (diff) | |
parent | f79366a3c99592eccd9c719c86dca2f976804d3d (diff) |
Merge github.com:grpc/grpc into compress
Diffstat (limited to 'tools/dockerfile/distribtest/csharp_ubuntu1604_x64')
-rw-r--r-- | tools/dockerfile/distribtest/csharp_ubuntu1604_x64/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/Dockerfile b/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/Dockerfile index c6a8634937..61472704d7 100644 --- a/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/Dockerfile +++ b/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/Dockerfile @@ -34,4 +34,4 @@ RUN apt-get update && apt-get install -y \ ca-certificates-mono \ nuget -RUN apt-get update && apt-get install -y git unzip +RUN apt-get update && apt-get install -y unzip |