changed to jenkins agent image; added maven

This commit is contained in:
victorc 2024-10-16 11:30:35 +00:00
parent da1209f0da
commit c3ad085e44

View File

@ -1,10 +1,10 @@
FROM jenkins/jenkins:2.462.2-lts-jdk17
FROM jenkins/inbound-agent:3261.v9c670a_4748a_9-8
LABEL authors="v.citiriga@siatel.ro"
USER root
RUN apt-get update
RUN apt-get install subversion -y
RUN apt-get -y install subversion maven
RUN rm -rf /var/lib/apt/lists/*
USER jenkins