Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible-docker
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ansible
ansible-docker
Commits
3d386a17
Commit
3d386a17
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Change base image to Alpine 3.4.
parent
dc93e9fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
with
4 additions
and
2 deletions
Dockerfile
+
4
−
2
View file @
3d386a17
FROM
python:2.7
FROM
alpine:3.4
MAINTAINER
Nimrod Adar <nimrod@shore.co.il>
MAINTAINER
Nimrod Adar <nimrod@shore.co.il>
RUN
pip
install
ansible
==
2.1.1.0
testinfra
==
1.4.1 awscli boto
RUN
apk add
--no-cache
--update
py-pip python-dev libffi-dev openssl-dev git build-base
&&
\
pip
install
awscli boto testinfra ansible-lint pre-commit
ansible
==
2.1.2.0
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
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