Skip to content

Commit

Permalink
Merge pull request #59 from Chia-Network/add-ansible
Browse files Browse the repository at this point in the history
Add ansible
  • Loading branch information
cmmarslender authored Jan 13, 2024
2 parents 051ac1b + efe42bd commit f139e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ COPY --from=terraform /bin/terraform /bin/
RUN apk add --no-cache ansible aws-cli bash curl curl-dev git github-cli go gpg gpg-agent jq mysql-client netcat-openbsd openssh-client openssh-keygen python3 py3-pip py3-jmespath rsync sudo tar && \
apk add --no-cache yq --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
pip install --break-system-packages j2cli && \
packer plugins install github.com/hashicorp/amazon
packer plugins install github.com/hashicorp/amazon && \
packer plugins install github.com/hashicorp/ansible

0 comments on commit f139e0c

Please sign in to comment.