From 3737e480661d06a7ff1244632d060457c1c7ed50 Mon Sep 17 00:00:00 2001 From: Akshit Agrawal Date: Wed, 27 Dec 2023 15:37:53 +0530 Subject: [PATCH] windows dockerfile update --- docker/Dockerfile.windows.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.windows.amd64 b/docker/Dockerfile.windows.amd64 index 33f0f94..039b36d 100644 --- a/docker/Dockerfile.windows.amd64 +++ b/docker/Dockerfile.windows.amd64 @@ -13,7 +13,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) RUN choco install -y kubernetes-helm -RUN choco install git.install +RUN choco install git.install -y COPY ./main.sh ./