Skip to content

Commit bf8721b

Browse files
committed
ci: fix alpine build
1 parent 10494d9 commit bf8721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk add --no-cache swig
1111

1212
# Install Python
1313
RUN apk add --no-cache \
14-
python3-dev py3-pip py3-wheel \
14+
python3-dev py3-pip py3-setuptools py3-wheel \
1515
py3-virtualenv
1616

1717
# Add the library src to our build env

0 commit comments

Comments
 (0)