Skip to content
Snippets Groups Projects
Commit ca772857 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Merge branch 'zimniy-master-patch-11244' into 'master'

Update Dockerfile

See merge request docker/ansible!17
parents 6b611e4e b0087602
No related branches found
No related tags found
1 merge request!17Update Dockerfile
Pipeline #2599 passed
...@@ -2,7 +2,6 @@ FROM registry.cyberbrain.pw/docker/alpine:latest AS builder ...@@ -2,7 +2,6 @@ FROM registry.cyberbrain.pw/docker/alpine:latest AS builder
ENV PATH="/opt/ansible/bin:$PATH" ENV PATH="/opt/ansible/bin:$PATH"
RUN apk --no-cache add python3 && \ RUN apk --no-cache add python3 && \
apk --no-cache add --virtual build-dependencies \ apk --no-cache add --virtual build-dependencies \
py3-pip \
musl-dev \ musl-dev \
python3-dev \ python3-dev \
libffi-dev \ libffi-dev \
...@@ -21,6 +20,7 @@ RUN apk --no-cache add python3 && \ ...@@ -21,6 +20,7 @@ RUN apk --no-cache add python3 && \
mitogen \ mitogen \
jmespath \ jmespath \
pywinrm \ pywinrm \
patch \
&& \ && \
apk del build-dependencies && \ apk del build-dependencies && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment