fix: pin ansible-lint==4.3.7 (default_rulesdir removed in newer)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ RUN apk --no-cache add --virtual build-dependencies \
|
|||||||
build-base libffi-dev libressl-dev
|
build-base libffi-dev libressl-dev
|
||||||
|
|
||||||
# hadolint ignore=DL3013
|
# hadolint ignore=DL3013
|
||||||
RUN pip install --no-cache-dir ansible-review 'ansible-lint<5' && \
|
RUN pip install --no-cache-dir ansible-review==0.16.0 ansible-lint==4.3.7 && \
|
||||||
apk del build-dependencies
|
apk del build-dependencies
|
||||||
|
|
||||||
LABEL maintainer="dockerimages@cabillot.eu" \
|
LABEL maintainer="dockerimages@cabillot.eu" \
|
||||||
|
|||||||
Reference in New Issue
Block a user