Commit ca772857 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

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

Update Dockerfile

See merge request docker/ansible!17
parents 6b611e4e b0087602
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/*