windows dockerfile update

This commit is contained in:
Akshit Agrawal
2023-12-27 15:10:17 +05:30
parent 6b8c549ead
commit 47c41ec275
+1
View File
@@ -13,6 +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
COPY ./main.sh ./