From c6f6f2c1f4b1075aa95d26ea5012e5d1067ded39 Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 23 Jul 2020 20:12:18 +0200 Subject: [PATCH] Dockerfile: Install pip3 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 081be75..89d9a07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ ARG VERSION=master # Install dependencies RUN apk add --no-cache \ python3 \ + py3-pip \ python3-dev \ build-base \ libffi-dev \