From 395bc3c9ae009a7bf9c59f1e68c79eb8527f02f6 Mon Sep 17 00:00:00 2001 From: MariusBaldovin Date: Fri, 1 Nov 2024 13:04:27 +0000 Subject: [PATCH] added procps package in base container --- modules/test/base/base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/base/base.Dockerfile b/modules/test/base/base.Dockerfile index cc78a934c..253270ea9 100644 --- a/modules/test/base/base.Dockerfile +++ b/modules/test/base/base.Dockerfile @@ -68,7 +68,7 @@ RUN wget https://standards-oui.ieee.org/oui.txt -O /usr/local/etc/oui.txt || ech FROM python:3.10-slim # Install common software -RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -yq net-tools iputils-ping tzdata tcpdump iproute2 jq dos2unix nmap wget --fix-missing +RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -yq net-tools iputils-ping tzdata tcpdump iproute2 jq dos2unix nmap wget procps --fix-missing # Get the virtual environment from builder stage COPY --from=builder /opt/venv /opt/venv