diff options
-rw-r--r-- | etc/taskcluster/docker/base.dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/docker/base.dockerfile b/etc/taskcluster/docker/base.dockerfile index d3d940ce7f9..c4ce6839952 100644 --- a/etc/taskcluster/docker/base.dockerfile +++ b/etc/taskcluster/docker/base.dockerfile @@ -17,6 +17,7 @@ RUN \ # Running mach python \ python-pip \ + python-dev \ # # Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks) curl && \ |