Fix docker inception for now

pull/5191/head
Craig Tiller 9 years ago
parent 203041148a
commit f6fd7ec8a0
  1. 1
      templates/tools/dockerfile/test/sanity/Dockerfile.template
  2. 1
      tools/dockerfile/test/sanity/Dockerfile

@ -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

@ -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

Loading…
Cancel
Save