Skip to content

Commit

Permalink
🏃‍♂️remove go mod download from Dockerfile for build speedup (vmware-…
Browse files Browse the repository at this point in the history
…tanzu#2842)

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
  • Loading branch information
ashish-amarnath authored Aug 19, 2020
1 parent e0098d8 commit d33982b
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 @@ -30,8 +30,6 @@ WORKDIR /go/src/github.com/vmware-tanzu/velero

COPY . /go/src/github.com/vmware-tanzu/velero

RUN go mod download

RUN apt-get update && apt-get install -y bzip2

FROM --platform=$BUILDPLATFORM builder-env as builder
Expand Down

0 comments on commit d33982b

Please sign in to comment.