📝 Update the docker image doc for ansible-lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
otthorn 2021-02-16 18:40:48 +01:00
parent 06d0bd56ae
commit 4dd75d1180
1 changed files with 1 additions and 0 deletions

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"