aboutsummaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-04-08 15:45:19 +0800
committerSonic <sonic@dexon.org>2019-04-10 15:49:45 +0800
commitb0a83abe7389df7f4c45adc3b52d957f3996322d (patch)
tree3cb57be8c43c39199f213fd0ae0ff3efb15399a2 /images
parent0f278c5c52b63ca0041d1b55edab8760b392b081 (diff)
downloaddexon-bls-b0a83abe7389df7f4c45adc3b52d957f3996322d.tar
dexon-bls-b0a83abe7389df7f4c45adc3b52d957f3996322d.tar.gz
dexon-bls-b0a83abe7389df7f4c45adc3b52d957f3996322d.tar.bz2
dexon-bls-b0a83abe7389df7f4c45adc3b52d957f3996322d.tar.lz
dexon-bls-b0a83abe7389df7f4c45adc3b52d957f3996322d.tar.xz
dexon-bls-b0a83abe7389df7f4c45adc3b52d957f3996322d.tar.zst
dexon-bls-b0a83abe7389df7f4c45adc3b52d957f3996322d.zip
static link bls dependenciesdev
Diffstat (limited to 'images')
-rw-r--r--images/bls-go-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/bls-go-alpine/Dockerfile b/images/bls-go-alpine/Dockerfile
index d8ef015..edd49eb 100644
--- a/images/bls-go-alpine/Dockerfile
+++ b/images/bls-go-alpine/Dockerfile
@@ -6,7 +6,7 @@ RUN apk add --update-cache build-base gmp-dev openssl-dev git
# Build bls library
RUN mkdir work ; cd work
-RUN git clone git://github.com/dexon-foundation/mcl.git
+RUN git clone --depth 1 git://github.com/dexon-foundation/mcl.git
RUN mkdir bls
COPY . bls/
RUN cd bls ; make clean && make test_go DOCKER=alpine -j && cp lib/* /usr/lib/