diff --git a/utils/Dockerfile b/utils/Dockerfile index 123c64da4165f90f737a69ad5e2d83d8dd037790..8bbe27ae392972cfca692c763240187998be0445 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"]