mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Add python3-dev
to builder.dockerfile (#352)
Surprisingly few builds want `Python.h`, but they exist
This commit is contained in:
parent
c883b123ac
commit
f96865edd1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ FROM ubuntu:22.04
|
|||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
python3 \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-venv \
|
||||
build-essential \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue