Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uffd
docker-images
Merge requests
!4
install dependencies from the uffd-requirements.txt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
install dependencies from the uffd-requirements.txt
use_pip
into
master
Overview
7
Commits
1
Pipelines
1
Changes
1
Closed
install dependencies from the uffd-requirements.txt
sistason
requested to merge
use_pip
into
master
Jul 6, 2021
Overview
7
Commits
1
Pipelines
1
Changes
1
0
1
Merge request reports
Compare
master
master (base)
and
latest version
latest version
38ecd154
1 commit,
Jul 6, 2021
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile.buster
+
2
−
0
View file @ 38ecd154
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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