diff --git a/Dockerfile b/Dockerfile index 54302ff27..d4fdab479 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]