From 92bc6ef2cd9f1c1f73bb7662c0c64d6a6400598c Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 28 Sep 2023 12:41:13 -0700 Subject: [PATCH] fixup! fixup! fixup! ci: Fixes --- ci/container/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/container/Dockerfile b/ci/container/Dockerfile index 75407d0e..f355c7f3 100644 --- a/ci/container/Dockerfile +++ b/ci/container/Dockerfile @@ -3,6 +3,9 @@ FROM golang RUN apt-get update && \ apt-get install -y npm shellcheck chromium +# https://github.com/actions/runner/issues/2033#issuecomment-1598547465 +RUN git config --global --add safe.directory /github/workspace + RUN go install golang.org/x/tools/cmd/goimports@latest RUN go install mvdan.cc/sh/v3/cmd/shfmt@latest RUN go install golang.org/x/tools/cmd/stringer@latest