Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible Framework Container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Playbooks
Ansible Framework Container
Commits
240fc404
Commit
240fc404
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add rsync to Ansible image
parent
6841b61e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#34151
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
with
1 addition
and
1 deletion
docker/Dockerfile
+
1
−
1
View file @
240fc404
...
...
@@ -11,7 +11,7 @@ RUN echo "===> Adding Ansible's prerequisites..." && \
apt-get
install
-y
-q
\
build-essential software-properties-common
\
python python-tk python-pmw python-setuptools python-pip python-dev
\
python3-setuptools python3-passlib python3-dev python3-pip python3-pycurl
\
python3-setuptools python3-passlib python3-dev python3-pip python3-pycurl
rsync
\
libtool libssl-dev librsync-dev libffi-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev zlib1g-dev
\
at git nmap
&&
\
pip3
install
--upgrade
pip
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment