yamllint/Dockerfile

8 lines
124 B
Text
Raw Normal View History

2019-10-16 04:43:28 -04:00
FROM python:3-alpine
2023-07-17 12:36:59 -04:00
RUN apk add --no-cache bash yamllint
2019-10-16 04:43:28 -04:00
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]