Skip to content

Commit

Permalink
add RUN go env -w GOPROXY=direct per request
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored and PettitWesley committed Oct 31, 2020
1 parent 53f5a40 commit 1dcb7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.plugins
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM golang:1.15
ENV GO111MODULE on
RUN go env -w GOPROXY=direct

ARG KINESIS_PLUGIN_CLONE_URL=https://github.com/aws/amazon-kinesis-streams-for-fluent-bit.git
ARG KINESIS_PLUGIN_TAG=v1.6.1
Expand Down

0 comments on commit 1dcb7ae

Please sign in to comment.