From 5b3df6470581e6c769dbdb3b613756111939f1ad Mon Sep 17 00:00:00 2001 From: Gioacchino Vino <gioacchino.vino@infn.it> Date: Wed, 8 May 2024 18:04:20 +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 8bbe27a..cc6f182 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 pandas +RUN python3 -m pip install gvm-tools jq yq GitPython ENTRYPOINT ["/usr/local/bin/setup-sshd"] -- GitLab