Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tools
Docker
Ansible
Commits
40c6d40d
Commit
40c6d40d
authored
Jul 14, 2021
by
Дмитрий Сафронов
👁
Browse files
Merge branch 'zimniy-master-patch-27248' into 'master'
Update Dockerfile See merge request docker/ansible!28
parents
9ee5ea79
850cdd8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
40c6d40d
...
...
@@ -5,7 +5,7 @@ ENV PATH="/opt/ansible/bin:$PATH"
RUN
apk
--no-cache
add python3
&&
\
apk
--no-cache
add
--virtual
build-dependencies
${
ANSIBLE_BUILD_DEPENDENCIES
}
&&
\
python3
-m
venv /opt/ansible
&&
\
pip3
install
--ignore-installed
--no-cache-dir
--upgrade
pip setuptools wheel
&&
\
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
}
&&
\
#apk del build-dependencies &&
\
rm
-rf
/var/cache/apk/
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment