From 99ed1fb8c9056f1f54fd08b1022bd5cbf8d3e43d Mon Sep 17 00:00:00 2001 From: Biplob SD <43641536+biplobsd@users.noreply.github.com> Date: Thu, 25 Jun 2020 00:43:06 +0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 438e3f6..2d877c9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,9 +19,6 @@ WORKDIR=${SRCDIR:-/src} SPEC_FILE="${SRCDIR}/${4}" -@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" -choco install visualcpp-build-tools - python -m pip install --upgrade pip wheel setuptools #