diff --git a/Dockerfile b/Dockerfile index 2e53cb56fcb5b1458773b5a705a259e942d7d63e..d04baa8353d2a1acdd1df2070c048fb6aa3e3518 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