From 38ecd154914c22dfe58e9420af5bfdb62bdbb6a7 Mon Sep 17 00:00:00 2001
From: Sistason <c3infra@sistason.de>
Date: Wed, 7 Jul 2021 00:35:04 +0200
Subject: [PATCH] install dependencies from the uffd-requirements.txt

---
 Dockerfile.buster | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile.buster b/Dockerfile.buster
index e122c2e..9dade57 100644
--- a/Dockerfile.buster
+++ b/Dockerfile.buster
@@ -14,11 +14,13 @@ RUN apt-get -qq update && \
     mkdir -p /var/run/ && \
     git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/openldap.git" && \
     git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/certificates.git" && \
+    git clone --depth 1 "https://git.cccv.de/uffd/uffd.git" && \
     apt-get -qq clean
 
 COPY ansible-inventory.yml inventory.yml
 COPY ansible-playbook.yml playbook.yml
 COPY ansible.cfg ansible.cfg
+RUN pip3 install -r uffd/requirements.txt
 
 RUN ansible-playbook playbook.yml && \
     rm -fr openldap certificates inventory.yml playbook.yml ansible.cfg
-- 
GitLab