Skip to content

Commit

Permalink
Add git to antrea-build image for UBI build (#5727)
Browse files Browse the repository at this point in the history
git is required to compute the version string correctly

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed Nov 17, 2023
1 parent 2afab06 commit 2f8441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/Dockerfile.build.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM registry.access.redhat.com/ubi8 as antrea-build

ADD https://go.dev/dl/?mode=json&include=all go-versions.json

RUN yum install ca-certificates gcc jq make wget -y
RUN yum install ca-certificates gcc git jq make wget -y

ARG GO_VERSION

Expand Down

0 comments on commit 2f8441b

Please sign in to comment.