mirror of
https://github.com/InsanusMokrassar/JenkinsDocker.git
synced 2024-11-22 19:03:46 +00:00
add software-properties-common to installations
This commit is contained in:
parent
4a8478c75e
commit
54aeffaf2d
@ -4,7 +4,7 @@ LABEL maintainer="ovsyannikov.alexey95@gmail.com"
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apt update && apt -y install wget gnupg2 openjdk-8-jdk zip unzip curl sudo git
|
RUN apt update && apt -y install wget gnupg2 openjdk-8-jdk zip unzip curl sudo git software-properties-common
|
||||||
|
|
||||||
RUN mkdir -p /var/jenkins_home/jenkins && cd /var/jenkins_home/ &&\
|
RUN mkdir -p /var/jenkins_home/jenkins && cd /var/jenkins_home/ &&\
|
||||||
wget http://mirrors.jenkins.io/war-stable/2.222.4/jenkins.war &&\
|
wget http://mirrors.jenkins.io/war-stable/2.222.4/jenkins.war &&\
|
||||||
|
Loading…
Reference in New Issue
Block a user