From 7e3c194368f661e621d75dabfb562ace869466b4 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Fri, 12 Apr 2019 18:14:43 +0800 Subject: build: disable static built by default (#359) --- Dockerfile.alltools | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile.alltools') diff --git a/Dockerfile.alltools b/Dockerfile.alltools index 1809f797d..6a55c7717 100644 --- a/Dockerfile.alltools +++ b/Dockerfile.alltools @@ -9,6 +9,8 @@ RUN cd /dexon && make clean && DOCKER=alpine make all # Pull all binaries into a second stage deploy alpine container FROM alpine:latest +RUN apk add --no-cache gmp + COPY --from=builder /dexon/build/bin/* /usr/local/bin/ EXPOSE 8545 8546 30303 30303/udp -- cgit v1.2.3