derive_chainid_no_alloc

This commit is contained in:
alex.sharov 2021-11-01 15:02:43 +07:00
parent cc951ead7b
commit bfb26e547d

View File

@ -7,7 +7,7 @@ WORKDIR /app
ADD . . ADD . .
# expect that host run `git submodule update --init` # expect that host run `git submodule update --init`
RUN make all RUN make erigon rpcdaemon integration sentry hack
FROM docker.io/library/alpine:3.14 FROM docker.io/library/alpine:3.14