Skip to content

Commit

Permalink
fix: add docker plugin requirement to packer-docker-example
Browse files Browse the repository at this point in the history
  • Loading branch information
batinicaz committed Jan 30, 2024
1 parent 2d7c135 commit d3af93b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/packer-docker-example/build.pkr.hcl
Expand Up @@ -4,6 +4,10 @@ packer {
version = ">=v1.0.0"
source = "github.com/hashicorp/amazon"
}
docker = {
version = ">=v1.0.1"
source = "github.com/hashicorp/docker"
}
}
}

Expand Down

0 comments on commit d3af93b

Please sign in to comment.