Skip to content

Commit 5e368bf

Browse files
fix Dockerfile.build (#44)
Signed-off-by: Takeshi Yoshimura <[email protected]>
1 parent a07e83d commit 5e368bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
FROM quay.io/pypa/manylinux2014_x86_64
44

5-
RUN python3.11 -m pip install setuptools==69.5.1 pybind11
6-
RUN python3.10 -m pip install setuptools==69.5.1 pybind11
7-
RUN python3.9 -m pip install setuptools==69.5.1 pybind11
5+
RUN python3.11 -m pip install pip wheel setuptools pybind11
6+
RUN python3.10 -m pip install pip wheel setuptools pybind11
7+
RUN python3.9 -m pip install pip wheel setuptools pybind11
88
RUN python3.12 -m pip install pip wheel setuptools pybind11
99
RUN python3.13 -m pip install pip wheel setuptools pybind11

0 commit comments

Comments
 (0)