Skip to content

Commit

Permalink
chore: add missing yq tools in image (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Lascombe authored Nov 25, 2019
1 parent 335c482 commit 2824ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra-ansible-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN curl https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linu
&& terraform --version

# install ansible
RUN pip install ansible==2.8.1 ansible-lint==4.1.0 yamllint==1.16.0
RUN pip install ansible==2.8.1 ansible-lint==4.1.0 yamllint==1.16.0 yq==2.9.2

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 2824ce0

Please sign in to comment.