diff --git a/Dockerfile b/Dockerfile
index 47d993f5075aee51933899d1b8620ab6dce6338f..7b6af16fd3e221862d99b91c711fb2f94c9e1407 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,8 @@ 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 && \
+    # Openstack installation broken, see: https://gitlab.cern.ch/drupal/paas/drupal-operations/-/jobs/21224622
+    # yum install -y /usr/bin/openstack --disableplugin=protectbase && \
     yum clean all
 
 COPY ./tekton-task-templates /tekton-task-templates