Skip to content

Commit

Permalink
Merge pull request #66 from Chia-Network/add-wget
Browse files Browse the repository at this point in the history
Add wget
  • Loading branch information
cmmarslender authored Feb 9, 2024
2 parents 41fd615 + 207cdfb commit 34d4eaf
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 @@ -6,7 +6,7 @@ ENV PACKER_PLUGIN_PATH="/packer-plugins"

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 make 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 wget && \
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 34d4eaf

Please sign in to comment.