Skip to content

Commit

Permalink
Merge pull request #31 from z103cb/ibm_main_add_git_to_ubi_docker
Browse files Browse the repository at this point in the history
Docker.ubi: add missing package git
  • Loading branch information
openshift-merge-bot[bot] authored May 21, 2024
2 parents 8103d10 + 9eaece5 commit 38eed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV LANG=C.UTF-8 \

# Some utils for dev purposes - tar required for kubectl cp
RUN microdnf install -y \
which procps findutils tar vim \
which procps findutils tar vim git\
&& microdnf clean all


Expand Down

0 comments on commit 38eed8a

Please sign in to comment.