Skip to content

Commit

Permalink
fixup! fixup! fixup! ci: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Sep 28, 2023
1 parent 3901b17 commit 92bc6ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92bc6ef

Please sign in to comment.