From d8e163fc58238639aa105edcc61efd65facc0997 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 16 Sep 2020 16:24:35 +0200 Subject: [PATCH] Add missing pip in Alpine 3.12 (#1579) --- configurator/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/configurator/Dockerfile b/configurator/Dockerfile index 5baf09b..0b247cd 100644 --- a/configurator/Dockerfile +++ b/configurator/Dockerfile @@ -8,6 +8,7 @@ RUN \ apk add --no-cache \ git \ openssh-client \ + py3-pip \ python3 \ && pip3 install \ --no-cache-dir \