wispem-wantex 98c6875262
Some checks failed
CI / build-docker (push) Failing after 5s
CI / release-test (push) Failing after 1s
Build CI container in CI
2025-11-08 22:08:32 -08:00

8 lines
221 B
Docker

# 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