Skip to content

Commit

Permalink
Containerfile: added git package
Browse files Browse the repository at this point in the history
  • Loading branch information
kononovn committed Feb 20, 2025
1 parent 1c86b9b commit 5851578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi

# Install required packages
RUN dnf -y install \
git \
python3 \
python3-pip \
&& dnf clean all
Expand Down

0 comments on commit 5851578

Please sign in to comment.