Update Dockerfile

This commit is contained in:
Julien Cabillot 2019-02-25 15:08:40 +00:00
parent 9299f1afa6
commit c689fd2996

View File

@ -7,7 +7,7 @@ ARG VERSION
RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev && \
pip install --no-cache-dir ansible-lint ansible-lint-junit && \
pip install --no-cache-dir ansible-lint && \
apk del build-dependencies
LABEL "maintainer"="dockerimages@cabillot.eu" \