Skip to content

Commit 42eaa8c

Browse files
authored
Add netapi dll to windows image (#92)
1 parent 0ae5007 commit 42eaa8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/Dockerfile.windows.1809

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# escape=`
2+
3+
FROM mcr.microsoft.com/windows/servercore:ltsc2019 as core
4+
5+
26
FROM mcr.microsoft.com/windows/nanoserver:1809
37
USER ContainerAdministrator
48

59
ENV GODEBUG=netdns=go
10+
COPY --from=core /windows/system32/netapi32.dll /windows/system32/netapi32.dll
611

712
LABEL maintainer="Drone.IO Community <[email protected]>" `
813
org.label-schema.name="Drone S3" `

0 commit comments

Comments
 (0)