diff --git a/internal/postprocessor/Dockerfile b/internal/postprocessor/Dockerfile index 0a606957c9b8..03c4859cd777 100644 --- a/internal/postprocessor/Dockerfile +++ b/internal/postprocessor/Dockerfile @@ -22,7 +22,7 @@ WORKDIR /postprocessor RUN CGO_ENABLED=0 GOOS=linux go build -v -o post_processor # Install tools used in build -RUN (export=GOTOOLCHAIN='auto' && \ +RUN (export GOTOOLCHAIN='auto' && \ go install honnef.co/go/tools/cmd/staticcheck@latest && \ go install github.com/jstemmer/go-junit-report@latest && \ go install golang.org/x/lint/golint@latest && \