We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1653f commit 2da37ccCopy full SHA for 2da37cc
build/ansible-runner/Dockerfile
@@ -14,7 +14,7 @@ RUN touch /mnt/parameters.yml
14
15
#Installing ansible and dependencies for k8s module
16
RUN pip3 install cryptography==3.3.2 ansible==4.2.0 ansible-base==2.10.14 openshift jmespath boto boto3
17
-RUN pip3 install ansible-lint==4.3.7
+RUN python3 -m pip install -U pip && python3 -m pip install -U setuptools && pip3 install ansible-lint==5.4.0
18
RUN ansible-galaxy collection install community.kubernetes
19
20
0 commit comments