Update entrypoint.sh

This commit is contained in:
Biplob SD 2020-06-25 00:43:06 +06:00 committed by GitHub
parent b469d4d30a
commit 99ed1fb8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ WORKDIR=${SRCDIR:-/src}
SPEC_FILE="${SRCDIR}/${4}" 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 python -m pip install --upgrade pip wheel setuptools
# #