Skip to content

Commit 2f5d3d6

Browse files
Merge pull request #37 from zama-ai/fix-dep
fix: fix dev image
2 parents fab5042 + 204784e commit 2f5d3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /go-ethereum
1919

2020
# Copy and build the Geth source code
2121
COPY . .
22-
RUN go build ./cmd/bootnode && make geth
22+
RUN go run build/ci.go install -static ./cmd/geth
2323

2424
# Set up final image
2525
FROM alpine:3.20.3

0 commit comments

Comments
 (0)