File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL ["powershell"]
6
6
ENV PYTHON_VERSION 3.8.10
7
7
ENV PYTHON_RELEASE 3.8.10
8
8
9
- ENV IPP_DISABLE_JS 1
9
+ ENV IPP_DISABLE_JS= 1
10
10
11
11
# the following env variable values will be 'statically' replaced by the corresponding github workflow script
12
12
# if the values aren't replaced the container hosts file isn't changed which is typically no problem in a local
@@ -79,6 +79,8 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
79
79
#the installer updated PATH, so we should refresh our local value
80
80
$env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); \
81
81
\
82
+ echo IPP_DISABLE_JS=$env:IPP_DISABLE_JS\
83
+ \
82
84
Write-Host 'Verifying python version ...'; \
83
85
python --version; \
84
86
\
You can’t perform that action at this time.
0 commit comments