diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-08 12:26:12 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-08 12:26:12 -0700 |
commit | 5739d2832c14a51743a25cb5974719d4bb927128 (patch) | |
tree | 8742891a67151a9a291b61a3ad79bec7d0e56a2e /Dockerfile | |
parent | f7ac2a5c5590497b11c5f9f8808d27cfdc6a166e (diff) |
Minor fixes, update readme
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |