mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-05 12:45:10 +01:00
Merge pull request #13442 from hashicorp/anshul/docker_img_official_plugin
removing the vmware and vshpehere from packer's docker full image
This commit is contained in:
@@ -69,9 +69,7 @@ RUN /bin/packer plugins install "github.com/hashicorp/amazon" && \
|
||||
/bin/packer plugins install "github.com/hashicorp/googlecompute" && \
|
||||
/bin/packer plugins install "github.com/hashicorp/qemu" && \
|
||||
/bin/packer plugins install "github.com/hashicorp/vagrant" && \
|
||||
/bin/packer plugins install "github.com/hashicorp/virtualbox" && \
|
||||
/bin/packer plugins install "github.com/hashicorp/vmware" && \
|
||||
/bin/packer plugins install "github.com/hashicorp/vsphere"
|
||||
/bin/packer plugins install "github.com/hashicorp/virtualbox"
|
||||
|
||||
ENTRYPOINT ["/bin/packer"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user