Skip to content

Commit

Permalink
Add packaging to base install
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews committed Jun 4, 2024
1 parent 17e795d commit 865cb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible_builder/containerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def prepare(self) -> None:
self._insert_global_args()

if image == "base":
self.steps.append("RUN $PYCMD -m pip install --no-cache-dir bindep pyyaml")
self.steps.append("RUN $PYCMD -m pip install --no-cache-dir bindep pyyaml packaging")
else:
# For an EE schema earlier than v3 with a custom builder image, we always make sure pip is available.
context_dir = Path(self.build_outputs_dir).stem
Expand Down

0 comments on commit 865cb9c

Please sign in to comment.