Skip to content

Commit 3e2c7f4

Browse files
author
Johannes Otepka
committed
set IPP_DISABLE_JS=1
1 parent b8c67b1 commit 3e2c7f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/ssh/win_Dockerfile_template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL ["powershell"]
66
ENV PYTHON_VERSION 3.8.10
77
ENV PYTHON_RELEASE 3.8.10
88

9-
ENV IPP_DISABLE_JS 1
9+
ENV IPP_DISABLE_JS=1
1010

1111
# the following env variable values will be 'statically' replaced by the corresponding github workflow script
1212
# 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
7979
#the installer updated PATH, so we should refresh our local value
8080
$env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); \
8181
\
82+
echo IPP_DISABLE_JS=$env:IPP_DISABLE_JS\
83+
\
8284
Write-Host 'Verifying python version ...'; \
8385
python --version; \
8486
\

0 commit comments

Comments
 (0)