diff --git a/Dockerfile b/Dockerfile index a36fb93c32bf73e390e20ae8a45efab1d994577a..69c6fa0a195b1fd8c5c385fb56a1a0d520b8de5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*