FROM golang:1.21-alpine3.18

RUN apk add \
      --no-cache \
      git

RUN go install github.com/mattn/goveralls@latest
