Skip to content

Commit 09cf4a1

Browse files
authored
hotfix in Dockerfile to have idemixgen under /tmp/bin (hyperledger#73)
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent c6c010c commit 09cf4a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN go build -o /tmp/bin/configtxgen ./tools/configtxgen
3131
RUN go build -o /tmp/bin/cryptogen ./tools/cryptogen
3232
RUN go build -o /tmp/bin/configtxlator ./tools/configtxlator
3333
RUN go build -o /tmp/bin/fxconfig ./tools/fxconfig
34-
RUN go install github.com/IBM/idemix/tools/idemixgen@$IDEMIX_VERSION
34+
RUN GOBIN=/tmp/bin go install github.com/IBM/idemix/tools/idemixgen@$IDEMIX_VERSION
3535

3636
###########################################
3737
# Stage 2: Production runtime image

0 commit comments

Comments
 (0)