We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aca2b8 commit eb06db7Copy full SHA for eb06db7
Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2019
3
# Download the latest self-hosted integration runtime installer into the SHIR folder
4
COPY SHIR C:/SHIR/
5
6
-RUN curl -L https://go.microsoft.com/fwlink/?linkid=839822&clcid=0x409 --output C:/SHIR/SHIR.msi
+RUN ["curl" "-L" "https://go.microsoft.com/fwlink/?linkid=839822&clcid=0x409" "--output" "C:/SHIR/SHIR.msi"]
7
8
RUN ["powershell", "C:/SHIR/build.ps1"]
9
0 commit comments