Skip to content

Commit f993b76

Browse files
committed
ci: fix alpine build
1 parent 7823386 commit f993b76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/docker/alpine/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ RUN apk add --no-cache git build-base linux-headers cmake
88

99
# Install Python
1010
RUN apk add --no-cache \
11-
python3-dev py3-pip py3-wheel \
12-
py3-virtualenv
11+
python3 python3-dev py3-pip py3-wheel \
12+
py3-virtualenv \
13+
py3-mypy
1314

1415
# Add the library src to our build env
1516
FROM env AS devel

0 commit comments

Comments
 (0)