hadolint/Dockerfile

7 lines
173 B
Text
Raw Normal View History

FROM hadolint/hadolint:v2.7.0-debian
2019-10-02 21:50:00 +01:00
2020-12-05 19:38:01 +01:00
COPY LICENSE README.md problem-matcher.json /
COPY hadolint.sh /usr/local/bin/hadolint.sh
2019-10-02 21:50:00 +01:00
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]