From 5739d2832c14a51743a25cb5974719d4bb927128 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 8 Jan 2019 12:26:12 -0700 Subject: Minor fixes, update readme --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index b18e08a..cba072a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,12 @@ USER root RUN apt-get update && apt-get -y install \ build-essential \ + libltdl-dev \ + sudo \ rsync +RUN echo "jenkins ALL=NOPASSWD: ALL" >> /etc/sudoers + # Install Plugins COPY plugins.txt /usr/share/jenkins/ref/plugins.txt RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt -- cgit v1.2.3