diff --git a/Dockerfile b/Dockerfile index e4a13f7..e147859 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \