Skip to content

Commit 05f9f00

Browse files
authored
Install python build package inside Winbase build container (#7934)
1 parent 6743fd9 commit 05f9f00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,8 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
10481048
# Install the windows- or linux-specific buildbase dependencies
10491049
if target_platform() == "windows":
10501050
df += """
1051+
RUN python3 -m pip install build
1052+
10511053
SHELL ["cmd", "/S", "/C"]
10521054
"""
10531055
else:

0 commit comments

Comments
 (0)