Skip to content

Commit fd80c19

Browse files
committed
ci: fix alpine docker
1 parent cf28c56 commit fd80c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM alpine:edge AS env
66
ENV PATH=/usr/local/bin:$PATH
77
RUN apk add --no-cache \
88
git build-base linux-headers cmake \
9-
python3 python3-dev py3-pip py3-wheel \
9+
python3 python3-dev py3-pip py3-setuptools py3-wheel \
1010
py3-virtualenv \
1111
py3-mypy
1212

0 commit comments

Comments
 (0)