feat(tools): install yamllint and ansible-lint

This commit is contained in:
Khue Doan 2022-05-14 18:41:44 +07:00
parent 0e351eb81b
commit cca6e61c5b

View File

@ -11,6 +11,7 @@ RUN pacman --sync --refresh --noconfirm \
RUN pacman --sync --refresh --noconfirm \
ansible \
ansible-lint \
diffutils \
docker \
docker-compose \
@ -32,7 +33,8 @@ RUN pacman --sync --refresh --noconfirm \
python-pip \
python-rich \
sudo \
terraform
terraform \
yamllint
# TODO better way to install k3d?
RUN curl -L https://github.com/k3d-io/k3d/releases/download/v5.4.1/k3d-linux-amd64 > /usr/local/bin/k3d \