Skip to content

Commit

Permalink
Merge pull request #61 from Chia-Network/packer-full
Browse files Browse the repository at this point in the history
Set packer plugin path, so that it works on any user
  • Loading branch information
cmmarslender authored Jan 16, 2024
2 parents 4089932 + c6b2351 commit f09186a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM hashicorp/packer:latest as packer
FROM hashicorp/terraform:latest as terraform
FROM alpine:latest

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

0 comments on commit f09186a

Please sign in to comment.