Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
fix: change install plugins in dockerfile (#2)
Browse files Browse the repository at this point in the history
* fix: change install plugins in dockerfile

* Update Dockerfile
  • Loading branch information
Micahperez2 authored Jul 8, 2022
1 parent 17a6eac commit fc6a3c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM jenkins/jenkins:2.348
LABEL org.opencontainers.image.source https://github.com/liatrio/builder-images

COPY plugins.txt /usr/share/jenkins/ref/plugins.txt
ENV CURL_OPTIONS -sSfL --http1.1
ENV CURL_CONNECTION_TIMEOUT 60
RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt

ENV PIPELINE_PLUGIN_VERSION 1.0.3
Expand Down

0 comments on commit fc6a3c0

Please sign in to comment.