Update entrypoint.sh
This commit is contained in:
parent
ac8fd363b0
commit
b469d4d30a
|
@ -19,6 +19,9 @@ 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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue