Commit c10a3197 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add packages to ci-image for building extension modules

parent 163b31c5
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,3 +4,6 @@ ARG PY_VERSION=3.7
FROM python:$PY_VERSION
RUN --mount=type=bind,rw,target=/src \
    pip install file:///src/#egg=pylint_reporter[badges]
RUN apt-get update && apt-get install -y \
    build-essential \
    python3-dev