From 96e7049a3b989ef435ce235d8a7e905c55160ddf Mon Sep 17 00:00:00 2001
From: Cody Hiar <codyfh@gmail.com>
Date: Tue, 16 Jan 2018 12:58:21 -0700
Subject: Adding ansible linting

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Dockerfile')

diff --git a/Dockerfile b/Dockerfile
index 3b2180d..3931797 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -72,7 +72,7 @@ ADD PEARish.xml /root/PEARish.xml
 
 # Install python linting and neovim plugin
 RUN pip install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort
-RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort mypy
+RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort mypy ansible-lint
 
 
 ########################################
-- 
cgit v1.2.3