Add net-tools so I can have netstat
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m58s
Build / Build and analyze (push) Successful in 27s

This commit is contained in:
2025-12-21 19:07:09 -05:00
parent 7a2d435656
commit 7c76a246a3

View File

@@ -3,7 +3,7 @@ FROM jenkins/inbound-agent:latest-bookworm-jdk17 AS jnlp
# USER jenkins
USER root
RUN apt-get update && \
apt-get -y install ca-certificates curl pkg-config python3-dev python3-pip \
apt-get -y install ca-certificates curl net-tools pkg-config python3-dev python3-pip \
python3-setuptools python3.11 python3.11-venv && \
apt -y install gdebi && \
curl -O https://www.princexml.com/download/prince_16.1-1_debian12_amd64.deb && \