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 3757cbc6a3336fa542dfbde48279f5fe76276143
Author: Gautham Banasandra <gautham.bangal...@gmail.com>
AuthorDate: Sun Jul 13 22:53:01 2025 +0530

    Fix git installation
---
 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 4a03a4f3a8b..3dec5b370a5 100644
--- a/dev-support/docker/Dockerfile_windows_10
+++ b/dev-support/docker/Dockerfile_windows_10
@@ -42,7 +42,7 @@ ENV chocolateyVersion=1.4.0
 RUN powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object 
System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
 
 # Install git directly to C:\Git using Chocolatey
-RUN choco install git.install -y --params "/DIR:C:\Git"
+RUN choco install git -y --install-arguments="'/DIR=C:\Git'"
 
 # Install vcpkg.
 # hadolint ignore=DL3003


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to