added wget
This commit is contained in:
parent
5b0f2261ab
commit
81b7427dd8
@ -4,7 +4,7 @@ LABEL authors="v.citiriga@siatel.ro"
|
|||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install subversion maven ant
|
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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user