Skip to content

Commit

Permalink
Add deps for proxmox images
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Feb 16, 2024
1 parent 44eda80 commit 1bda289
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 && \
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 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 1bda289

Please sign in to comment.