Skip to content

Commit 90c375c

Browse files
committed
Add setuptools to built image
hg-evolve seems to need it, as otherwise it is failing with: 16 4.520 Downloading hg-evolve-10.5.3.tar.gz (847 kB)
1 parent 389334a commit 90c375c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
2121
FROM alpine:${ALPINE_VERSION}
2222

2323
# install python, git, bash, mercurial
24-
RUN apk add --no-cache git git-lfs python3 py-pip bash docker mercurial
24+
RUN apk add --no-cache git git-lfs python3 py-pip py3-setuptools bash docker mercurial
2525

2626
# repeat ARG from above
2727
ARG PIP_CACHE_DIR=/tmp/pip-cache

0 commit comments

Comments
 (0)