hadolint/Dockerfile
2022-11-11 01:18:35 -05:00

6 lines
182 B
Docker

FROM ghcr.io/hadolint/hadolint:v2.11.0-debian
COPY LICENSE README.md problem-matcher.json /
COPY hadolint.sh /usr/local/bin/hadolint.sh
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]