diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2018-04-05 11:50:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 11:50:26 +0200 |
commit | b0118b187445dd4711cbc28d794bc3fdfa3d16f9 (patch) | |
tree | 39b900bf4dc383de8ff87cdbfbaa13d4c2e95c65 /tools | |
parent | 2872cf00cf05dc3b90afa4f4a4dc73064bb41fb9 (diff) | |
parent | 11a45a805755d0ba1cc914fda78432004d6e85a5 (diff) |
Merge pull request #14950 from apolcyn/log_stuff
Fix c-ares tests under gcc musl
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dockerfile/test/cxx_alpine_x64/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dockerfile/test/cxx_alpine_x64/Dockerfile b/tools/dockerfile/test/cxx_alpine_x64/Dockerfile index c68a5ddbde..72bd4b32d4 100644 --- a/tools/dockerfile/test/cxx_alpine_x64/Dockerfile +++ b/tools/dockerfile/test/cxx_alpine_x64/Dockerfile @@ -32,6 +32,7 @@ RUN apk update && apk add \ strace \ python-dev \ py-pip \ + py-yaml \ unzip \ wget \ zip |