debug plugeth mod versions
This commit is contained in:
parent
84c95a607f
commit
892220c9dd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user