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
!11
Trunk
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Trunk
trunk
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Trunk
Dmitriy Safronov
requested to merge
trunk
into
master
Apr 16, 2021
Overview
0
Commits
2
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
8dcab8c8
Prev
Next
Show latest version
1 file
+
1
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8dcab8c8
Dockerfile
· 8dcab8c8
Dmitriy Safronov
authored
Apr 16, 2021
Dockerfile
+
1
−
4
View file @ 8dcab8c8
Edit in single-file editor
Open in Web IDE
FROM
pipelinecomponents/ansible-lint:latest
FROM
pipelinecomponents/ansible-lint:latest
ENV
LANG C.UTF-8
ENV
LANG C.UTF-8
RUN
apk add
--no-cache
git git-lfs openssh-client rsync
ARG
DEPENDENCIES_RUNTIME
#ARG DEPENDENCIES_RUNTIME="git openssh-client rsync"
RUN
apk add
--no-cache
${
DEPENDENCIES_RUNTIME
}
WORKDIR
/opt/ansible
WORKDIR
/opt/ansible
Loading