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