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