From f0fd22ca81771d5a334c98fd7ac7f9523b5a24aa 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 53054b2..df92efe 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 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