Skip to content

Commit

Permalink
distribution: drop -mod=vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 authored and lzap committed Nov 27, 2024
1 parent 905080a commit afd71d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distribution/Dockerfile-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR $GOPATH/go/src/github.com/osbuild/image-builder
# Otherwise, VCS stamping will fail because git >= 2.35.2 refuses to work in
# a repository owned by a different user.
COPY --chown=1001 . .
ENV GOFLAGS=-mod=vendor
RUN go install ./...

FROM registry.access.redhat.com/ubi9/go-toolset:latest AS builder2
Expand Down

0 comments on commit afd71d0

Please sign in to comment.