Commit 010d814
authored
Cleaner way to wait for vc_redist installation to finish
Rather than waiting an arbitrary amout of time, we can use the Start-Process cmdlet and tell it to wait for the process to finish. I've used this with other Dockerfiles, including ones with msiexec commands, and it seems to do the job !1 parent 56067e4 commit 010d814
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | | - | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
0 commit comments