Skip to content

Commit

Permalink
fix: mockccc geth Dockerfile (#797)
Browse files Browse the repository at this point in the history
add back compile
  • Loading branch information
colinlyguo committed Jun 5, 2024
1 parent b9d3c72 commit 7c74239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.mockccc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN wget -O $SCROLL_LIB_PATH/libscroll_zstd.so https://github.com/scroll-tech/da
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SCROLL_LIB_PATH
ENV CGO_LDFLAGS="-L$SCROLL_LIB_PATH -Wl,-rpath,$SCROLL_LIB_PATH"

RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install ./cmd/geth

# Pull Geth into a second stage deploy alpine container
FROM ubuntu:20.04

Expand Down

0 comments on commit 7c74239

Please sign in to comment.