mainnet london block and port some go-ethereum fixes related to baseFee (#2324)

This commit is contained in:
Alex Sharov 2021-07-09 16:16:34 +07:00 committed by GitHub
parent fbf2a6bf98
commit 3347068dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,8 @@ FROM golang:1.16-alpine3.13 as builder
RUN apk --no-cache add make gcc g++ linux-headers git bash ca-certificates libgcc libstdc++
WORKDIR /app
ADD . .
RUN make all
RUN make erigon rpcdaemon integration sentry
FROM alpine:3.13