diff --git a/Dockerfile b/Dockerfile index 77cc3944..c2927f94 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 \