commit | 7d211b8d2dccf7788142d60e1f37e51f9f5391e6 | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Wed Sep 06 10:12:02 2017 -0700 |
committer | James E. King, III <jking@apache.org> | Thu Sep 07 10:13:29 2017 -0700 |
tree | dacc3b060b44a96d16302733582c8ddcba6e621a | |
parent | e9ede89c1c5a80ca782e965c1e2105d28872bed4 [diff] [blame] |
THRIFT-4106: fix errors concurrency_test was identifying Client: C++ This closes #1343
diff --git a/build/docker/ubuntu-xenial/Dockerfile b/build/docker/ubuntu-xenial/Dockerfile index 6bad6a9..6324ec2 100644 --- a/build/docker/ubuntu-xenial/Dockerfile +++ b/build/docker/ubuntu-xenial/Dockerfile
@@ -60,6 +60,7 @@ llvm \ ninja-build \ pkg-config \ + valgrind \ vim ENV PATH /usr/lib/llvm-3.8/bin:$PATH