We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10494d9 commit bf8721bCopy full SHA for bf8721b
ci/docker/alpine/Dockerfile
@@ -11,7 +11,7 @@ RUN apk add --no-cache swig
11
12
# Install Python
13
RUN apk add --no-cache \
14
- python3-dev py3-pip py3-wheel \
+ python3-dev py3-pip py3-setuptools py3-wheel \
15
py3-virtualenv
16
17
# Add the library src to our build env
0 commit comments