Skip to content

Commit 2da37cc

Browse files
committed
Fix build failure due to ansible lint
Signed-off-by: Udit Gaurav <[email protected]>
1 parent ec1653f commit 2da37cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ansible-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN touch /mnt/parameters.yml
1414

1515
#Installing ansible and dependencies for k8s module
1616
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
17+
RUN python3 -m pip install -U pip && python3 -m pip install -U setuptools && pip3 install ansible-lint==5.4.0
1818
RUN ansible-galaxy collection install community.kubernetes
1919

2020

0 commit comments

Comments
 (0)