add ansible-lint-junit

This commit is contained in:
Julien Cabillot 2019-02-19 21:55:15 +00:00
parent f4966ce779
commit c58f301c91

View File

@ -3,5 +3,5 @@ MAINTAINER "Julien Cabillot <julien@sdv.fr>"
RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev && \
pip install --no-cache-dir ansible-lint && \
pip install --no-cache-dir ansible-lint ansible-lint-junit && \
apk del build-dependencies