From 17fe468fdbf0377c72de3bdbbaf6b004d18d53ea Mon Sep 17 00:00:00 2001 From: Brett Anspach Date: Mon, 16 May 2022 19:09:44 -0500 Subject: [PATCH] IND-2341 Disable install ansible-lint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1d6cdd..530affb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apk add build-base \ RUN python3 -m pip install --upgrade pip # Install Ansible linter -RUN pip3 install ansible-lint +#RUN pip3 install ansible-lint # Install PowerShell # https://docs.microsoft.com/en-us/powershell/scripting/install/install-alpine?view=powershell-7.2#installation-steps