mirror of https://github.com/portainer/portainer
feat(build/windows): update windows dockerfile (#4060)
* feat(build/windows): update windows dockerfile * feat(build/windows): update windows dockerfile * feat(build/windows): update windows dockerfile * feat(build/windows): update windows dockerfile * feat(build/windows): update windows dockerfile * feat(build/windows): update Dockerfilepull/4076/head
parent
53cddeb283
commit
227fbeb1b7
|
@ -1,4 +1,9 @@
|
|||
FROM microsoft/nanoserver:sac2016
|
||||
FROM mcr.microsoft.com/windows/servercore:ltsc2019 as core
|
||||
FROM mcr.microsoft.com/windows/nanoserver:1809-amd64
|
||||
|
||||
USER ContainerAdministrator
|
||||
|
||||
COPY --from=core /windows/system32/netapi32.dll /windows/system32/netapi32.dll
|
||||
|
||||
COPY dist /
|
||||
|
||||
|
|
Loading…
Reference in New Issue