From 1bda28928b2f6c736b5ff52bd1aa88db57dec0a2 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Fri, 16 Feb 2024 13:07:34 -0600 Subject: [PATCH] Add deps for proxmox images --- ips/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ips/Dockerfile b/ips/Dockerfile index 20e4486..3c02ce2 100644 --- a/ips/Dockerfile +++ b/ips/Dockerfile @@ -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