Skip to content

Commit

Permalink
Revert "Add git to antrea-build image for UBI build (antrea-io#5727)"
Browse files Browse the repository at this point in the history
This reverts commit 2f8441b.

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas committed Feb 14, 2024
1 parent 25bc65d commit 8178fb2
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 git jq make wget -y
RUN yum install ca-certificates gcc jq make wget -y

ARG GO_VERSION

Expand Down

0 comments on commit 8178fb2

Please sign in to comment.