aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.alltools
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-12 18:14:43 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-15 22:09:55 +0800
commit4ad9119a92ea63b0568f1100729a8cf377adfe2a (patch)
tree93578b9ee96c4ca3f68e639ef9321dd1e334e946 /Dockerfile.alltools
parentd5daf97dba3156ef9adbf129a9d1e276f80d1095 (diff)
downloadgo-tangerine-4ad9119a92ea63b0568f1100729a8cf377adfe2a.tar
go-tangerine-4ad9119a92ea63b0568f1100729a8cf377adfe2a.tar.gz
go-tangerine-4ad9119a92ea63b0568f1100729a8cf377adfe2a.tar.bz2
go-tangerine-4ad9119a92ea63b0568f1100729a8cf377adfe2a.tar.lz
go-tangerine-4ad9119a92ea63b0568f1100729a8cf377adfe2a.tar.xz
go-tangerine-4ad9119a92ea63b0568f1100729a8cf377adfe2a.tar.zst
go-tangerine-4ad9119a92ea63b0568f1100729a8cf377adfe2a.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