mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-09 17:10:01 +00:00
Jenkins 2.60.2
This commit is contained in:
parent
d8cfb5abd8
commit
e28c6d6951
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM jenkins:2.60.1
|
FROM jenkins:2.60.2
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN bash -c "if ! [ -e /usr/lib/apt/methods/https ]; then apt-get update && apt-get install -y apt-transport-https; fi"
|
RUN bash -c "if ! [ -e /usr/lib/apt/methods/https ]; then apt-get update && apt-get install -y apt-transport-https; fi"
|
||||||
|
|
Loading…
Reference in a new issue