aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.alltools
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-12 18:14:43 +0800
committerGitHub <noreply@github.com>2019-04-12 18:14:43 +0800
commit7e3c194368f661e621d75dabfb562ace869466b4 (patch)
treedc91bb2d05f72871449c0be617440026745d483e /Dockerfile.alltools
parent0080d104ecb56bbf658c9d3fea231ba3da669529 (diff)
downloaddexon-7e3c194368f661e621d75dabfb562ace869466b4.tar
dexon-7e3c194368f661e621d75dabfb562ace869466b4.tar.gz
dexon-7e3c194368f661e621d75dabfb562ace869466b4.tar.bz2
dexon-7e3c194368f661e621d75dabfb562ace869466b4.tar.lz
dexon-7e3c194368f661e621d75dabfb562ace869466b4.tar.xz
dexon-7e3c194368f661e621d75dabfb562ace869466b4.tar.zst
dexon-7e3c194368f661e621d75dabfb562ace869466b4.zip
build: disable static built by default (#359)
Diffstat (limited to 'Dockerfile.alltools')
-rw-r--r--Dockerfile.alltools2
1 files changed, 2 insertions, 0 deletions
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