diff --git a/Dockerfile b/Dockerfile index faae2d6..45e2d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,10 @@ ARG VERSION # hadolint ignore=DL3018 RUN apk --no-cache add --virtual build-dependencies \ - build-base libffi-dev libressl-dev && \ - # hadolint ignore=DL3013 - pip install --no-cache-dir ansible-review && \ + build-base libffi-dev libressl-dev + +# hadolint ignore=DL3013 +RUN pip install --no-cache-dir ansible-review && \ apk del build-dependencies LABEL maintainer="dockerimages@cabillot.eu" \