Skip to content
Snippets Groups Projects
Verified Commit 38ecd154 authored by sistason's avatar sistason
Browse files

install dependencies from the uffd-requirements.txt

parent 8c92ac60
No related branches found
No related tags found
1 merge request!4install dependencies from the uffd-requirements.txt
Pipeline #6839 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment