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

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

Update Dockerfile

See merge request docker/ansible!19
parents ca772857 1cc99c09
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ RUN apk --no-cache add python3 && \
        pywinrm \
        patch \
        && \
    apk del build-dependencies && \
    #apk del build-dependencies && \
    rm -rf /var/cache/apk/*

FROM registry.cyberbrain.pw/docker/alpine:latest AS runtime