Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MEV Boost API #192

Merged
merged 13 commits into from
Jan 9, 2025
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM docker.io/library/rust:1.83 AS builder

# Install libclang
RUN apt-get update && apt-get install -y \
libclang-dev \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is needed to build c-kzg 0.1.1, which is a dependency required to build reth-primitives

&& rm -rf /var/lib/apt/lists/*

# Set the working directory inside the container
WORKDIR /app/taiko_preconf_avs_node

COPY ../Node /app/taiko_preconf_avs_node
Expand Down
Loading
Loading