Add ansible-lint
This commit is contained in:
parent
f42d863e74
commit
9e12b36f88
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user