Skip to content
Snippets Groups Projects
Commit 423cce4c authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #3702 from nicolasnoble/docker-inception

Trying to allow docker-within-docker.
parents cdb5f435 0221ecbd
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,12 @@ RUN apt-get update && apt-get install -y \
RUN apt-get install -y libzookeeper-mt-dev
##################
# Docker "inception".
# Note this is quite the ugly hack.
# This makes sure that the docker binary we inject has its dependencies.
RUN curl https://get.docker.com/ | sh
RUN apt-get remove --purge -y docker-engine
RUN mkdir /var/local/jenkins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment