Add netaddr (ultimately for Alloy)
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m17s
Build / Build and analyze (push) Successful in 32s

This commit is contained in:
2026-02-27 00:29:06 -05:00
parent 14ff055d61
commit 9211b1cb5d

View File

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