Skip to content

Commit eb06db7

Browse files
committed
Update Dockerfile
1 parent 3aca2b8 commit eb06db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2019
33
# Download the latest self-hosted integration runtime installer into the SHIR folder
44
COPY SHIR C:/SHIR/
55

6-
RUN curl -L https://go.microsoft.com/fwlink/?linkid=839822&clcid=0x409 --output C:/SHIR/SHIR.msi
6+
RUN ["curl" "-L" "https://go.microsoft.com/fwlink/?linkid=839822&clcid=0x409" "--output" "C:/SHIR/SHIR.msi"]
77

88
RUN ["powershell", "C:/SHIR/build.ps1"]
99

0 commit comments

Comments
 (0)