📝 Update the docker image doc for ansible-lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
otthorn 2021-02-16 18:40:48 +01:00
parent 06d0bd56ae
commit 4dd75d1180

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"