Skip to content

Commit

Permalink
Merge pull request grpc#5191 from ctiller/fixdocker
Browse files Browse the repository at this point in the history
Fix docker inception for now
  • Loading branch information
vjpai committed Feb 11, 2016
2 parents bfa6eb9 + f6fd7ec commit 4ea3d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/tools/dockerfile/test/sanity/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
# 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

Expand Down
1 change: 1 addition & 0 deletions tools/dockerfile/test/sanity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ea3d4c

Please sign in to comment.