We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f580340 commit e946c9bCopy full SHA for e946c9b
Dockerfile
@@ -6,9 +6,7 @@ RUN mkdir -p /go/src/github.com/nsqio/nsq
6
COPY . /go/src/github.com/nsqio/nsq
7
WORKDIR /go/src/github.com/nsqio/nsq
8
9
-RUN ./test.sh
10
-RUN CGO_ENABLED=0 make PREFIX=/opt/nsq BLDFLAGS='-ldflags="-s -w"' install
11
-
+RUN CGO_ENABLED=0 make BLDDIR=/tmp/nsq PREFIX=/opt/nsq BLDFLAGS='-ldflags="-s -w"' install
12
13
FROM alpine:latest
14
0 commit comments