mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
mainnet london block and port some go-ethereum fixes related to baseFee (#2324)
This commit is contained in:
parent
fbf2a6bf98
commit
3347068dc5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user