mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
update .dockerignore (#978)
This commit is contained in:
parent
dece2fa8af
commit
7c6dd59108
2 changed files with 2 additions and 1 deletions
|
|
@ -3,3 +3,5 @@
|
|||
build/_workspace
|
||||
build/_bin
|
||||
tests/testdata
|
||||
|
||||
rollup/ccc/libzkp/target
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ COPY --from=planner /app/recipe.json recipe.json
|
|||
RUN cargo chef cook --release --recipe-path recipe.json
|
||||
|
||||
COPY ./rollup/ccc/libzkp .
|
||||
RUN cargo clean
|
||||
RUN cargo build --release
|
||||
|
||||
# Build Geth in a stock Go builder container
|
||||
|
|
|
|||
Loading…
Reference in a new issue