From 2ccf4a2250758e72595ec28d771134631fbc3e8c Mon Sep 17 00:00:00 2001 From: anshul sharma Date: Wed, 6 Aug 2025 14:37:15 +0530 Subject: [PATCH] removing the vmware and vshpehere from packer's docker full image --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7146a888..eedf08da0 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"]