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 && \