This is an automated email from the ASF dual-hosted git repository. gaurava pushed a commit to branch docker-local-ci in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 9c898fc9dcdf5de7195e9965ec66738c547e4546 Author: Gautham Banasandra <gautham.bangal...@gmail.com> AuthorDate: Sun Jul 13 20:38:50 2025 +0530 Fix package name --- dev-support/docker/Dockerfile_windows_10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/docker/Dockerfile_windows_10 b/dev-support/docker/Dockerfile_windows_10 index c6d9c534a6b..57056370536 100644 --- a/dev-support/docker/Dockerfile_windows_10 +++ b/dev-support/docker/Dockerfile_windows_10 @@ -159,7 +159,7 @@ RUN git config --global core.autocrlf true RUN git config --global core.longpaths true # Uninstall Git installed from Program Files via Chocolatey -RUN choco uninstall -y git +RUN choco uninstall git.install # Define the entry point for the docker container. ENTRYPOINT ["C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat", "&&", "cmd.exe"] --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org