Skip to content

Commit

Permalink
Merge pull request #1087 from akrejcir/remove-git-from-dockerfile
Browse files Browse the repository at this point in the history
feat: Remove unused git from Dockerfile
  • Loading branch information
kubevirt-bot authored Sep 23, 2024
2 parents 1737dba + 530a2e5 commit f8374e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on make csv-generator
FROM registry.access.redhat.com/ubi9/ubi-minimal
LABEL org.kubevirt.hco.csv-generator.v1="/csv-generator"

RUN microdnf update -y && microdnf install git -y && microdnf clean all

WORKDIR /
COPY --from=builder /workspace/bin/manager .
COPY data/ data/
Expand Down

0 comments on commit f8374e5

Please sign in to comment.