Add net-tools so I can have netstat
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user