File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,13 @@ ARG INSTALLER_VERSION="${latest}"
22FROM ghcr.io/jsturtevant/debug-installer-cache:${INSTALLER_VERSION} as installer
33
44FROM mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0 AS runtime
5- WORKDIR /apps
6- ENV PATH="%CONTAINER_SANDBOX_MOUNT_POINT%\a pps\v im;%CONTAINER_SANDBOX_MOUNT_POINT%\a pps\s ysinternals;C:\W indows\s ystem32;C:\W indows"
75
8- COPY --from=installer /ProgramData/scoop/apps/vim/9.0 ./vim/
6+ WORKDIR /debug
97COPY --from=installer /content/ContainerPlatform.wprp .
108COPY --from=installer /content/collect-hcs-traces.md .
119COPY --from=installer /debug/net ./network
10+
11+ WORKDIR /apps
12+ ENV PATH="%CONTAINER_SANDBOX_MOUNT_POINT%\a pps\v im;%CONTAINER_SANDBOX_MOUNT_POINT%\a pps\s ysinternals;C:\W indows\s ystem32;C:\W indows"
13+
14+ COPY --from=installer /ProgramData/scoop/apps/vim/9.0 ./vim/
You can’t perform that action at this time.
0 commit comments