Skip to content

Commit

Permalink
Add netapi dll to windows image (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham149 authored May 17, 2022
1 parent 0ae5007 commit 42eaa8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile.windows.1809
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# escape=`

FROM mcr.microsoft.com/windows/servercore:ltsc2019 as core


FROM mcr.microsoft.com/windows/nanoserver:1809
USER ContainerAdministrator

ENV GODEBUG=netdns=go
COPY --from=core /windows/system32/netapi32.dll /windows/system32/netapi32.dll

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

0 comments on commit 42eaa8c

Please sign in to comment.