Skip to content

Commit

Permalink
ci: dockerfile used by jenkins for testing windows only installs one …
Browse files Browse the repository at this point in the history
…version of python3
  • Loading branch information
henryborchers committed Jan 6, 2025
1 parent e4fdf20 commit 4368b07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions ci/docker/windows/tox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; `
Remove-Item -Force -Recurse ${Env:TEMP}\*


COPY ci/docker/windows/tox/chocolatey/python.xml choco/python.config
COPY ci/docker/windows/tox/chocolatey/Install-Python.ps1 c:/choco/Install-Python.ps1
RUN c:/choco/Install-Python.ps1 choco/python.config ;`
Remove-Item C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey -Recurse ; `
Remove-Item -Force -Recurse ${Env:TEMP}\* ; `
Write-Host "Installing Python with Chocolatey - Done"

ADD ci/docker/windows/tox/chocolatey/packages.xml choco/packages.config
RUN C:\ProgramData\chocolatey\bin\choco.exe sources ; `
Expand Down
1 change: 1 addition & 0 deletions ci/docker/windows/tox/chocolatey/packages.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="python3"/>
<package id="git"/>
</packages>

0 comments on commit 4368b07

Please sign in to comment.