From e7f29cd4f9b3d56b81f9f9be1a9bb59cc3a66d45 Mon Sep 17 00:00:00 2001
From: Michal Heppler <72906@mail.muni.cz>
Date: Thu, 31 May 2018 23:21:29 +0200
Subject: [PATCH] instalace ansible-lint

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 2e53cb5..d04baa8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,3 +5,5 @@ RUN apt-get upgrade -qq
 RUN apt-get dist-upgrade -qq
 RUN apt-get install -qq -y pylint
 RUN apt-get install -qq -y python-pip python3-pip
+RUN pip install ansible-lint
+RUN pip3 install ansible-lint
-- 
GitLab