Best practice on removing some of the languages or tools #11264
Unanswered
Amna56
asked this question in
General questions
Replies: 2 comments 4 replies
-
Hi @Amna56 , what process you're following currently , could you please provide information ? thank you ! |
Beta Was this translation helpful? Give feedback.
1 reply
-
in my view, I do not think that is a good idea. Simply deleting the installation from packer can leave behind broken dependencies that cause tests to fail , alternatively, use PowerShell commands to really uninstall the packages, it helps to clean the cache and registry entries as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a windows 2022 image and since I don't need some of the languages or tools (such as ruby and chrome for example). The build would always fail in the Test step.
My current setup is using packer and powershell to run the window-2022.pkr.hcl
Just asking for the best way to make these edits without the current process.
Beta Was this translation helpful? Give feedback.
All reactions