We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf28c56 commit fd80c19Copy full SHA for fd80c19
1 file changed
ci/docker/alpine/Dockerfile
@@ -6,7 +6,7 @@ FROM alpine:edge AS env
6
ENV PATH=/usr/local/bin:$PATH
7
RUN apk add --no-cache \
8
git build-base linux-headers cmake \
9
- python3 python3-dev py3-pip py3-wheel \
+ python3 python3-dev py3-pip py3-setuptools py3-wheel \
10
py3-virtualenv \
11
py3-mypy
12
0 commit comments