From 207cdfbc0cd9e6c9b9bdae14cc29f4e9fdd5a28c Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Fri, 9 Feb 2024 14:29:39 -0800 Subject: [PATCH] Add wget --- ips/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ips/Dockerfile b/ips/Dockerfile index 20e4486..53054b2 100644 --- a/ips/Dockerfile +++ b/ips/Dockerfile @@ -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 && \