1
0

debug plugeth mod versions

This commit is contained in:
Roy Crihfield 2023-07-12 15:33:13 +08:00
parent 84c95a607f
commit 892220c9dd

View File

@ -19,6 +19,9 @@ COPY --from=geth /usr/local/bin/geth /usr/local/bin/
COPY --from=fnetgen /opt/genesis /opt/testnet
COPY --from=statediff /usr/local/lib/statediff.so /usr/local/lib/plugeth/
RUN apk add go
RUN go version -m $(which geth)
# Initialize the geth db with our config
RUN geth --datadir ~/ethdata init /opt/testnet/build/el/geth.json && rm -f ~/ethdata/geth/nodekey