Skip to content

Commit 3f1397f

Browse files
committed
Close #6102
1 parent 95320cf commit 3f1397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/build-tools-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Save the following example Dockerfile to a new file on your disk. If the file is
6868
ADD https://aka.ms/vs/15/release/vs_buildtools.exe C:\TEMP\vs_buildtools.exe
6969

7070
# Install Build Tools with the Microsoft.VisualStudio.Workload.AzureBuildTools workload, excluding workloads and components with known issues.
71-
RUN C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache `
71+
RUN start /wait C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache `
7272
--installPath C:\BuildTools `
7373
--add Microsoft.VisualStudio.Workload.AzureBuildTools `
7474
--remove Microsoft.VisualStudio.Component.Windows10SDK.10240 `

0 commit comments

Comments
 (0)