removed openjdk

already included in base image
This commit is contained in:
victorc 2024-10-16 12:12:46 +00:00
parent acbdce346f
commit 5b0f2261ab

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 openjdk-17-jdk subversion maven ant RUN apt-get -y install 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 \