Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
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
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!16
New
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
New
new
into
master
Overview
0
Commits
11
Pipelines
6
Changes
1
Merged
Dmitriy Safronov
requested to merge
new
into
master
4 years ago
Overview
0
Commits
11
Pipelines
6
Changes
1
0
0
Merge request reports
Viewing commit
1173f90e
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1173f90e
new
· 1173f90e
Dmitriy Safronov
authored
4 years ago
Dockerfile
+
1
−
1
View file @ 1173f90e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -35,6 +35,6 @@ RUN apk --no-cache add \
@@ -35,6 +35,6 @@ RUN apk --no-cache add \
sshpass
\
sshpass
\
openssh-client
\
openssh-client
\
rsync
\
rsync
\
git
\
git
COPY
--from=builder /opt/ansible /opt/ansible
COPY
--from=builder /opt/ansible /opt/ansible
CMD
[ "ansible", "--version" ]
CMD
[ "ansible", "--version" ]
Loading