Skip to content

Commit

Permalink
Install git on Dockerfile
Browse files Browse the repository at this point in the history
Git will be used in hack/build.sh to get the git commit and operator's version
  • Loading branch information
razo7 committed Mar 20, 2023
1 parent 8ab298e commit 9844784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build the manager binary
FROM quay.io/centos/centos:stream8 AS builder
RUN dnf install golang -y
RUN dnf install git golang -y

# Ensure correct Go version
ENV GO_VERSION=1.18
Expand Down

0 comments on commit 9844784

Please sign in to comment.