Add yamllint pip package
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-04-26 15:23:23 +02:00
parent a8c52c65c5
commit c3c881f9e9
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
# (pyyaml) Dependency for Ansible 'kubernetes.core' collection
pyyaml \
setuptools \
wheel && \
wheel \
yamllint && \
apt-get remove -y \
curl && \
apt-get autoremove -y && \