Dockerfile: add alpine-based image

pull/434/head
Giuseppe Valente 3 years ago
parent 4f1bbc33dc
commit bcac6777bf
No known key found for this signature in database
GPG Key ID: 31FEA46FF5C643EE

@ -0,0 +1,7 @@
FROM python:3.10.1-alpine3.15
COPY ./ /yamllint
WORKDIR /yamllint
RUN python setup.py -v install
ENTRYPOINT ["yamllint"]
Loading…
Cancel
Save