File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
3.6/windows/windowsservercore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV PYTHON_RELEASE 3.6.3
13
13
14
14
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
15
15
Write-Host ('Downloading {0} ...' -f $url); \
16
- Invoke-WebRequest -Uri $url -OutFile python.exe; \
16
+ Invoke-WebRequest -Uri $url -OutFile ' python.exe' ; \
17
17
\
18
18
Write-Host 'Installing ...' ; \
19
19
# https://docs.python.org/3.5/using/windows.html#installing-without-ui
@@ -45,7 +45,7 @@ ENV PYTHON_PIP_VERSION 9.0.1
45
45
46
46
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
47
47
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
48
- Invoke-WebRequest -Uri https://bootstrap.pypa.io/get-pip.py -OutFile get-pip.py; \
48
+ Invoke-WebRequest -Uri ' https://bootstrap.pypa.io/get-pip.py' -OutFile ' get-pip.py' ; \
49
49
python get-pip.py \
50
50
--disable-pip-version-check \
51
51
--no-cache-dir \
You can’t perform that action at this time.
0 commit comments