Skip to content

Commit

Permalink
Add nasm to Win containers (#1884)
Browse files Browse the repository at this point in the history
This is a build dependency of optimized assembler code for software
decoders.

b/281831576
  • Loading branch information
kaidokert authored Nov 3, 2023
1 parent 098af6c commit 859b512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/windows/base/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.or
choco install -y -c C:\choco-cache nodejs-lts;`
choco install -y -c C:\choco-cache git;`
choco install -y -c C:\choco-cache cmake --installargs 'ADD_CMAKE_TO_PATH=System';`
choco install -y -c C:\choco-cache nasm;`
setx /M PATH $($Env:PATH + ';C:\Program Files\NASM');`
Write-Host ('Deleting the chocolately download cache');`
Remove-Item -Force -Recurse $env:TEMP\*;`
C:\fast-win-rmdir.cmd C:\choco-cache;`
Expand Down

0 comments on commit 859b512

Please sign in to comment.