mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
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 Dockerfile
This commit is contained in:
parent
53cddeb283
commit
227fbeb1b7
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue