Build CI container in CI
Some checks failed
CI / build-docker (push) Failing after 5s
CI / release-test (push) Failing after 1s

This commit is contained in:
2025-11-08 22:08:32 -08:00
parent 912210cc90
commit 98c6875262
2 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# A dev container.
FROM alpine:3.22
RUN apk add build-base git go sqlite shellcheck curl jq
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v2.0.2