From 81b7427dd872eeaa415e6c51feb2a321dc88244e Mon Sep 17 00:00:00 2001 From: victorc Date: Wed, 16 Oct 2024 12:13:48 +0000 Subject: [PATCH] added wget --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \