From 9ff9399bbad0d3ebb1f1f101d9008e37c8e03c9a Mon Sep 17 00:00:00 2001 From: Gioacchino Vino <gioacchino.vino@infn.it> Date: Tue, 7 May 2024 18:27:22 +0200 Subject: [PATCH] New oids classification --- utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Dockerfile b/utils/Dockerfile index 123c64d..8bbe27a 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -10,6 +10,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ && apt-get clean && rm -rf /var/lib/apt/lists/* # python3 -m pip install pyopenssl==24.0.0 -RUN python3 -m pip install gvm-tools jq yq GitPython +RUN python3 -m pip install gvm-tools jq yq GitPython pandas ENTRYPOINT ["/usr/local/bin/setup-sshd"] -- GitLab