diff options
Diffstat (limited to 'Dockerfile.alltools')
-rw-r--r-- | Dockerfile.alltools | 2 |
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 |