diff --git a/Dockerfile b/Dockerfile index 3af4006..0c2b4aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL authors="v.citiriga@siatel.ro" USER root 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 cd /tmp && wget --no-check-certificate --no-cookies https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar \