aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 94b3b8f..bf1cb41 100644
--- a/images/bls-go-alpine/Dockerfile
+++ b/images/bls-go-alpine/Dockerfile
@@ -9,4 +9,4 @@ RUN mkdir work ; cd work
RUN git clone git://github.com/herumi/mcl.git
RUN mkdir bls
COPY . bls/
-RUN cd bls ; make test_go DOCKER=alpine -j && cp lib/* /usr/lib/
+RUN cd bls ; make clean && make test_go DOCKER=alpine -j && cp lib/* /usr/lib/