operator: Fix calculator dockerfile (#8931)

pull/8938/head
Periklis Tsirakidis 3 years ago committed by GitHub
parent 34486d4ba2
commit c81975bd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      operator/calculator.Dockerfile

@ -3,6 +3,7 @@ FROM golang:1.19.1 as builder
WORKDIR /workspace
# Copy the Go Modules manifests
COPY apis/ apis/
COPY go.mod go.mod
COPY go.sum go.sum
# cache deps before building and copying source so that we don't need to re-download as much

Loading…
Cancel
Save