Commit 6d9b723
chore(Dockerfile): add --package=${RBUILDER_BIN} to fix reth-rbuilder container (#250)
## 📝 Summary
The addition of `default-members = ["crates/rbuilder"]` in #244 broke
the ability to use `docker build --build-arg RBUILDER_BIN=reth-rbuilder`
to build a `reth-rbuilder` container, this should re-enable it.
## 💡 Motivation and Context
We're using the `reth-rbuilder` container in kurtosis for Pectra
testing.
---
## ✅ I have completed the following steps:
* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)
---------
Co-authored-by: liamaharon <[email protected]>1 parent 70579d1 commit 6d9b723
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments