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
ca772857
Commit
ca772857
authored
Jun 03, 2021
by
Дмитрий Сафронов
👁
Browse files
Merge branch 'zimniy-master-patch-11244' into 'master'
Update Dockerfile See merge request docker/ansible!17
parents
6b611e4e
b0087602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
ca772857
...
...
@@ -2,7 +2,6 @@ FROM registry.cyberbrain.pw/docker/alpine:latest AS builder
ENV
PATH="/opt/ansible/bin:$PATH"
RUN
apk
--no-cache
add python3
&&
\
apk
--no-cache
add
--virtual
build-dependencies
\
py3-pip
\
musl-dev
\
python3-dev
\
libffi-dev
\
...
...
@@ -21,6 +20,7 @@ RUN apk --no-cache add python3 && \
mitogen
\
jmespath
\
pywinrm
\
patch
\
&&
\
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