FROM gitea.konchin.com/image/alpine:latest RUN apk --no-cache add --no-check-certificate yamllint ENTRYPOINT ["/usr/bin/env"] CMD ["yamllint", "."]