Add yamllint pip package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a8c52c65c5
commit
c3c881f9e9
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user