diff --git a/Dockerfile.master b/Dockerfile.master index 378b555..f26214f 100644 --- a/Dockerfile.master +++ b/Dockerfile.master @@ -64,6 +64,7 @@ EXPOSE ${agent_port} # Grab the latest jenkins.sh from the Jenkins on Docker project RUN curl -fsSL https://github.com/jenkinsci/docker/raw/master/jenkins.sh > /usr/local/bin/jenkins.sh && \ chmod +x /usr/local/bin/jenkins.sh +RUN curl -fsSL https://github.com/jenkinsci/docker/raw/master/jenkins-support > /usr/local/bin/jenkins-support # Ensure that all our plugins are bundled properly, along with Groovy bootstrap