diff --git a/Dockerfile b/Dockerfile index 10d05ee..45ba768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN staticcheck './...' && \ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -a -installsuffix cgo -o ./rootfs/radix-vulnerability-scanner # Install SNYK + FROM alpine:3.18 as tools COPY install_tools.sh /install/install_tools.sh @@ -30,6 +31,7 @@ RUN chmod +x /install/install_tools.sh RUN sh /install/install_tools.sh # Run scanner + FROM alpine:3.18 RUN apk update && \