We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dockerfile
idemixgen
/tmp/bin
1 parent c6c010c commit 09cf4a1Copy full SHA for 09cf4a1
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ RUN go build -o /tmp/bin/configtxgen ./tools/configtxgen
31
RUN go build -o /tmp/bin/cryptogen ./tools/cryptogen
32
RUN go build -o /tmp/bin/configtxlator ./tools/configtxlator
33
RUN go build -o /tmp/bin/fxconfig ./tools/fxconfig
34
-RUN go install github.com/IBM/idemix/tools/idemixgen@$IDEMIX_VERSION
+RUN GOBIN=/tmp/bin go install github.com/IBM/idemix/tools/idemixgen@$IDEMIX_VERSION
35
36
###########################################
37
# Stage 2: Production runtime image
0 commit comments