Install python development package on CI.

This commit is contained in:
Josh Matthews 2019-09-06 15:58:36 -04:00 committed by GitHub
parent 81f021f2df
commit a1e2cb4c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ RUN \
# Running mach # Running mach
python \ python \
python-pip \ python-pip \
python-dev \
# #
# Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks) # Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks)
curl && \ curl && \