Build CI container in CI
This commit is contained in:
7
ops/devcontainer/Dockerfile
Normal file
7
ops/devcontainer/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user