Skip to content

Commit

Permalink
build: Add python build package for building core python bindings (#7898
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rmccorm4 authored Dec 20, 2024
1 parent 6808515 commit 9e8e5d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ def create_dockerfile_buildbase_rhel(ddir, dockerfile_name, argmap):
RUN pip3 install --upgrade pip \\
&& pip3 install --upgrade \\
build \\
wheel \\
setuptools \\
docker \\
Expand Down Expand Up @@ -1105,6 +1106,7 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install --upgrade \\
build \\
docker \\
virtualenv
Expand Down

0 comments on commit 9e8e5d4

Please sign in to comment.