hadolint/Dockerfile

7 lines
174 B
Text
Raw Normal View History

FROM hadolint/hadolint:v1.17.5-alpine
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" ]