Skip to content
Snippets Groups Projects

install dependencies from the uffd-requirements.txt

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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
Loading