Skip to content

Commit b9562cd

Browse files
committed
fix: simplify further
1 parent 72dfed5 commit b9562cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG WINDOWS_VERSION
44

5-
FROM mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION as downloader
5+
FROM mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION as vector
66

77
ARG VECTOR_VERSION
88

@@ -16,7 +16,7 @@ RUN /windows/temp/install-vector.ps1 -VectorVersion $env:VECTOR_VERSION
1616

1717
FROM mcr.microsoft.com/windows/nanoserver:$WINDOWS_VERSION as runtime
1818

19-
COPY --from=downloader "C:/Program Files/Vector" "C:/Program Files/Vector"
19+
COPY --from=vector ["C:/Program Files/Vector", "C:/Program Files/Vector"]
2020

2121
RUN setx /M PATH "%PATH%;C:\Program Files\Vector\bin"
2222

0 commit comments

Comments
 (0)