Skip to content

Commit

Permalink
feat: add Microsoft Visual C++ 2015 Redistributable to the Windows te…
Browse files Browse the repository at this point in the history
…mplate (#322)

fix: add Microsoft Visual C++ 2015 Redistributable  

Needed for `parcel` (npm tool)

Ref: jenkins-infra/helpdesk#3105
  • Loading branch information
lemeurherve authored Aug 23, 2022
1 parent 5d90662 commit 088eb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/windows-provision.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ $downloads = [ordered]@{
& "choco.exe" install yq --yes --no-progress --limit-output --fail-on-error-output --version "${env:YQ_VERSION}";
& "choco.exe" install packer --yes --no-progress --limit-output --fail-on-error-output --version "${env:PACKER_VERSION}";
& "choco.exe" install datadog-agent --yes --no-progress --limit-output --fail-on-error-output;
& "choco.exe" install vcredist2015 --yes --no-progress --limit-output --fail-on-error-output;
};
'sanityCheck'= {
& "choco.exe";
Expand Down

0 comments on commit 088eb6e

Please sign in to comment.