Skip to content

Commit

Permalink
Merge pull request #45 from kononovn/add_git_image
Browse files Browse the repository at this point in the history
Containerfile: added git package
  • Loading branch information
kononovn authored Feb 24, 2025
2 parents 1c86b9b + 5851578 commit 8c5925f
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 8c5925f

Please sign in to comment.