diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 6a0fe5364bc7847277c55aa43fae89f3e547412b..920a28275fdcc448423f3a48cf9a5848bd878aa1 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -17,7 +17,7 @@ RUN apt-get -qq update && \ pip3 install ansible --upgrade && \ ansible --version && \ mkdir -p /var/run/ && \ - git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/openldap.git" && \ + git clone --depth 1 -b uffd-docker-image-debug "https://git.cccv.de/infra/ansible/roles/openldap.git" && \ git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/certificates.git" && \ apt-get -qq clean