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 8292220 commit 380a01fCopy full SHA for 380a01f
Dockerfile-devel
@@ -2,8 +2,6 @@ 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