Skip to content

Commit

Permalink
debug: fix -buildvcs=false
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 11, 2024
1 parent 2851ab0 commit 6296733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.devnode
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN chmod +x /usr/bin/prysm-beacon /usr/bin/prysm-validator /usr/bin/prysm-ctl
# Copy and build the Geth source code
COPY . /src/geth
WORKDIR /src/geth
RUN go build ./cmd/bootnode && make geth
RUN go build -buildvcs=false ./cmd/bootnode && make geth

# Set up final image
FROM ghcr.io/zama-ai/zama-zbc-build:${ZBC_VERSION}
Expand Down

0 comments on commit 6296733

Please sign in to comment.