diff options
author | Vijay Pai <vpai@google.com> | 2016-02-11 00:10:57 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-02-11 00:10:57 -0800 |
commit | 4ea3d4c38a456f52774ee3d5236f4ded1d34d33b (patch) | |
tree | 961e6aee97f9233aca6c26f759c69a21a2bfe4ff /tools | |
parent | bfa6eb90152eb8a85bda9c65f5eed4d0ab89b0a5 (diff) | |
parent | f6fd7ec8a0820606ed7f7d0ca23bbe4e8bac0fea (diff) |
Merge pull request #5191 from ctiller/fixdocker
Fix docker inception for now
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dockerfile/test/sanity/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dockerfile/test/sanity/Dockerfile b/tools/dockerfile/test/sanity/Dockerfile index 51ee49b448..1935f67560 100644 --- a/tools/dockerfile/test/sanity/Dockerfile +++ b/tools/dockerfile/test/sanity/Dockerfile @@ -72,6 +72,7 @@ RUN pip install simplejson mako # Docker "inception" # Note this is quite the ugly hack. # This makes sure that the docker binary we inject has its dependencies. +RUN apt-get install libsystemd-journal0 RUN curl https://get.docker.com/ | sh RUN apt-get remove --purge -y docker-engine |