Ensuring docker dependencies present in the container.

pull/3702/head
Nicolas "Pixel" Noble 10 years ago
parent 0862bcf8d8
commit 0221ecbdfd
  1. 6
      tools/jenkins/grpc_jenkins_slave/Dockerfile

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

Loading…
Cancel
Save