mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-04 23:51:38 +00:00
7 lines
173 B
Docker
7 lines
173 B
Docker
FROM hadolint/hadolint:v2.9.3-debian
|
|
|
|
COPY LICENSE README.md problem-matcher.json /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|