We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11240d commit b8a3adeCopy full SHA for b8a3ade
Dockerfile
@@ -12,7 +12,7 @@ ADD install-vector.ps1 install-vector.ps1
12
13
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
14
15
-RUN install-vector.ps1 -VectorVersion $env:VECTOR_VERSION
+RUN .\install-vector.ps1 -VectorVersion $env:VECTOR_VERSION
16
17
FROM mcr.microsoft.com/windows/nanoserver:$WINDOWS_VERSION as runtime
18
0 commit comments