mkdir -p
This commit is contained in:
parent
e91367dc6e
commit
e35dad3b2a
@ -8,7 +8,7 @@ RUN apt-get -y install wget subversion maven ant
|
|||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN cd /tmp && wget --no-check-certificate --no-cookies https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar \
|
RUN cd /tmp && wget --no-check-certificate --no-cookies https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar \
|
||||||
&& mkdir /home/jenkins/.ant/lib && mv jsch-0.1.55.jar /home/jenkins/.ant/lib
|
&& mkdir -p /home/jenkins/.ant/lib && mv jsch-0.1.55.jar /home/jenkins/.ant/lib
|
||||||
|
|
||||||
USER jenkins
|
USER jenkins
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user