+apt-utils

This commit is contained in:
Artur Kuś 2025-03-26 23:29:12 +01:00
parent ea4a700239
commit de5fc7e71b
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM jenkins/jenkins:lts-jdk17
USER root
RUN apt-get update && \
apt-get -qy full-upgrade && \
apt-get install -qy apt-utils curl && \
apt-get install -qy curl && \
curl -sSL https://get.docker.com/ | sh && \
apt-get install -y maven && \
@ -11,3 +12,4 @@ RUN apt-get update && \
apt-get install -y npm
RUN git config --global --add safe.directory '*'