From 5cadf7df63a2ac95fd87767e582f51efcb1c861d Mon Sep 17 00:00:00 2001 From: Blaize M Kaye Date: Tue, 24 Oct 2023 08:59:24 +1300 Subject: [PATCH] Removes Grype download --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4cf4bf..5650968 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o insights-handler main.g FROM alpine:3.15 -RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin - WORKDIR / COPY --from=builder /go/src/github.com/uselagoon/lagoon/services/insights-handler/insights-handler .