We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c063da0 commit 407fc53Copy full SHA for 407fc53
Dockerfile-devel
@@ -2,6 +2,8 @@ FROM golang:1.11-alpine
2
3
ENV PROJECT_PATH=/go/src/github.com/brocaar/lora-gateway-bridge
4
ENV PATH=$PATH:$PROJECT_PATH/build
5
+ENV CGO_ENABLED=0
6
+ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
7
8
RUN apk add --no-cache ca-certificates make git bash alpine-sdk
9
0 commit comments