Skip to content

Commit

Permalink
attempt to fix windows launcher acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jun 14, 2021
1 parent 1bcccc6 commit d5a2154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acceptance/testdata/launcher/Dockerfile.windows
@@ -1,7 +1,8 @@
FROM golang:1.16-nanoserver-1809

COPY exec.d/ /go/src/exec.d
RUN GO111MODULE=off go build -o helper.exe exec.d
RUN set GO111MODULE=off
RUN go build -o helper.exe exec.d

COPY windows/container /

Expand Down

0 comments on commit d5a2154

Please sign in to comment.