added wget

This commit is contained in:
victorc 2024-10-16 12:13:48 +00:00
parent 5b0f2261ab
commit 81b7427dd8

View File

@ -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 \