Skip to content

Commit

Permalink
Merge pull request #67 from Chia-Network/proxmox-adds
Browse files Browse the repository at this point in the history
Add deps for proxmox images
  • Loading branch information
cmmarslender authored Feb 16, 2024
2 parents 34d4eaf + f0fd22c commit d452bcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ 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 wget && \
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 openssl python3 py3-pip py3-jmespath rsync sudo tar wget xorriso && \
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/ansible
packer plugins install github.com/hashicorp/ansible && \
packer plugins install github.com/hashicorp/proxmox

0 comments on commit d452bcd

Please sign in to comment.