From 83fd060b7782fb42f0fd678e52063abd05045480 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:48:42 +0530 Subject: [PATCH] ci: orborus fix attempts (1) --- functions/onprem/orborus/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/onprem/orborus/Dockerfile b/functions/onprem/orborus/Dockerfile index 417bf568..1d02cae1 100644 --- a/functions/onprem/orborus/Dockerfile +++ b/functions/onprem/orborus/Dockerfile @@ -16,6 +16,8 @@ RUN go get \ COPY orborus.go . +COPY go.mod . + RUN go mod tidy && \ CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o orborus .