We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7823386 commit f993b76Copy full SHA for f993b76
ci/docker/alpine/Dockerfile
@@ -8,8 +8,9 @@ RUN apk add --no-cache git build-base linux-headers cmake
8
9
# Install Python
10
RUN apk add --no-cache \
11
- python3-dev py3-pip py3-wheel \
12
- py3-virtualenv
+ python3 python3-dev py3-pip py3-wheel \
+ py3-virtualenv \
13
+ py3-mypy
14
15
# Add the library src to our build env
16
FROM env AS devel
0 commit comments