diff --git a/Dockerfile b/Dockerfile index e581842..7783178 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,7 @@ FROM build AS build-pip # coverage needs to build a C extensions, otherwise it's slow RUN apk add --no-cache \ gcc \ + linux-headers \ musl-dev RUN pip install --root=/opt/pip-root \ coverage \