aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_clang_format
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-11-03 13:54:35 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-11-03 13:54:35 -0700
commit0c6a3e3e67569466609d349a298c3e4774988eda (patch)
treef5241b8c12688415280622c1e52df63e3ee355b6 /tools/dockerfile/grpc_clang_format
parentd80d6a440bf8231c0fadc61b307d2aa5d8ba8bfa (diff)
Try again on Dockerfiles
Diffstat (limited to 'tools/dockerfile/grpc_clang_format')
-rw-r--r--tools/dockerfile/grpc_clang_format/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dockerfile/grpc_clang_format/Dockerfile b/tools/dockerfile/grpc_clang_format/Dockerfile
index de58a8b2f2..ba82b63ee5 100644
--- a/tools/dockerfile/grpc_clang_format/Dockerfile
+++ b/tools/dockerfile/grpc_clang_format/Dockerfile
@@ -20,5 +20,6 @@ RUN tar xf clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz
ENV PATH=clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin:$PATH
ENV CLANG_FORMAT=clang-format
+
ADD clang_format_all_the_things.sh /
CMD ["echo 'Run with tools/distrib/clang_format_code.sh'"]