From b0087602e019cee96b3b449698efb108bd97d155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=B0?= =?UTF-8?q?=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= <zimniy@cyberbrain.pw> Date: Thu, 3 Jun 2021 14:53:52 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a36fb93..69c6fa0 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/* -- GitLab