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 389334a commit 90c375cCopy full SHA for 90c375c
Dockerfile
@@ -21,7 +21,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
21
FROM alpine:${ALPINE_VERSION}
22
23
# install python, git, bash, mercurial
24
-RUN apk add --no-cache git git-lfs python3 py-pip bash docker mercurial
+RUN apk add --no-cache git git-lfs python3 py-pip py3-setuptools bash docker mercurial
25
26
# repeat ARG from above
27
ARG PIP_CACHE_DIR=/tmp/pip-cache
0 commit comments