We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d2575 commit 76731c8Copy full SHA for 76731c8
Dockerfile
@@ -2,7 +2,7 @@
2
ARG ALPINE_VERSION=3.16
3
FROM alpine:${ALPINE_VERSION} AS builder
4
5
-RUN apk add --no-cache git python3 python3-dev py3-pip build-base
+RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base
6
7
# set pip's cache directory using this environment variable, and use
8
# ARG instead of ENV to ensure its only set when the image is built
0 commit comments