Update the documention for the docker image used for ansible-lint #23

Merged
otthorn merged 4 commits from fix_docker_lint_doc into master 2021-02-16 19:01:10 +01:00
Showing only changes of commit 4dd75d1180 - Show all commits

View file

@ -1,4 +1,5 @@
FROM python:3.9-alpine FROM python:3.9-alpine
LABEL description="Aurore's docker image for ansible-lint"
RUN apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo RUN apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo
RUN pip install "yamllint>=1.26.0,<2.0" RUN pip install "yamllint>=1.26.0,<2.0"