diff --git a/Dockerfile b/Dockerfile
index d7ffb2a36a11cd70b4745d1fe58e762fa85f1e1b..47d993f5075aee51933899d1b8620ab6dce6338f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ RUN yum update -y && \
     yum install restic-${restic_version} -y && \
     # we need this to interact with manila OpenStack to get CephFS information
     yum install centos-release-openstack-xena -y && \
-    yum install -y /usr/bin/openstack python3-requests-kerberos && \
+    #yum install -y /usr/bin/openstack python3-requests-kerberos && \
     yum clean all
 
 COPY ./tekton-task-templates /tekton-task-templates