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
!34
Update Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update Dockerfile
zimniy-master-patch-65878
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Update Dockerfile
Dmitriy Safronov
requested to merge
zimniy-master-patch-65878
into
master
Mar 22, 2022
Overview
0
Commits
1
Pipelines
2
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
056a7dc3
1 commit,
Mar 22, 2022
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
0
View file @ 056a7dc3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,6 +9,7 @@ RUN apk --no-cache add python3 && \
python3
-m
venv /opt/ansible
&&
\
pip3
install
--ignore-installed
--no-cache-dir
--upgrade
--disable-pip-version-check
pip setuptools wheel
&&
\
pip3
install
--ignore-installed
--no-cache-dir
ansible
${
ANSIBLE_PACKAGES
}
&&
\
find /opt/ansible
\(
-type
d
-a
-name
test
-o
-name
tests
\)
-o
\(
-type
f
-a
-name
'*.pyc'
-o
-name
'*.pyo'
\)
-exec
rm
-rvf
'{}'
\+
&&
\
#apk del build-dependencies &&
\
rm
-rf
/var/cache/apk/
*
Loading