Skip to content

Commit 8a359f9

Browse files
committed
Readded setuptools
1 parent aae6a71 commit 8a359f9

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 py3-pip bash docker mercurial
24+
RUN apk add --no-cache git git-lfs python3 py3-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)