Skip to content

Commit

Permalink
Merge pull request #60 from Chia-Network/make-ips-utils
Browse files Browse the repository at this point in the history
Add make to ips image install
  • Loading branch information
Starttoaster authored Jan 16, 2024
2 parents f139e0c + d46e28c commit 4089932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:latest

COPY --from=packer /bin/packer /bin/
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 && \
RUN apk add --no-cache ansible aws-cli bash curl curl-dev git github-cli go gpg gpg-agent jq make 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 && \
Expand Down

0 comments on commit 4089932

Please sign in to comment.