added jdk17, ant

This commit is contained in:
victorc 2024-10-16 11:57:27 +00:00
parent c3ad085e44
commit 40f8628d94

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 RUN apt-get -y install openjdk-17-jdk subversion maven ant
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*
USER jenkins USER jenkins