Skip to content
Snippets Groups Projects
Commit 4ea3d4c3 authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #5191 from ctiller/fixdocker

Fix docker inception for now
parents bfa6eb90 f6fd7ec8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment