Skip to content

Commit 76731c8

Browse files
committed
Added setuptools
1 parent c3d2575 commit 76731c8

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
@@ -2,7 +2,7 @@
22
ARG ALPINE_VERSION=3.16
33
FROM alpine:${ALPINE_VERSION} AS builder
44

5-
RUN apk add --no-cache git python3 python3-dev py3-pip build-base
5+
RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base
66

77
# set pip's cache directory using this environment variable, and use
88
# ARG instead of ENV to ensure its only set when the image is built

0 commit comments

Comments
 (0)