From c689fd299665a21531e231f188b89ba858fcc49c Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Mon, 25 Feb 2019 15:08:40 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \