Add ansible-lint

This commit is contained in:
Sergey 2020-06-02 01:42:17 +04:00
parent f42d863e74
commit 9e12b36f88

View File

@ -10,7 +10,7 @@ RUN echo "===> Adding Python runtime..." && \
pip3 install --upgrade pip && \
\
echo "===> Installing Ansible..." && \
pip3 install ansible && \
pip3 install ansible ansible-lint && \
\
echo "===> Removing package list..." && \
apk del build-dependencies && \