yamllint/Dockerfile

8 lines
124 B
Text
Raw Normal View History

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