From f7ac2a5c5590497b11c5f9f8808d27cfdc6a166e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 8 Jan 2019 11:16:48 -0700 Subject: Updating bind to avoid volume mounting issues --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 0cebe94..b18e08a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ FROM jenkins/jenkins:lts USER root RUN apt-get update && apt-get -y install \ - build-essential + build-essential \ + rsync # Install Plugins COPY plugins.txt /usr/share/jenkins/ref/plugins.txt -- cgit v1.2.3