Skip to content

Commit

Permalink
Set packer plugin path, so that it works on any user
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jan 16, 2024
1 parent 4089932 commit c6b2351
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 c6b2351

Please sign in to comment.