Skip to content

Commit

Permalink
Explicitly install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mertwole committed Mar 4, 2025
1 parent 1929968 commit 7cc77b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ENV PATH="/root/.foundry/bin:${PATH}"
COPY . .

# Build relayer
RUN rustup toolchain install nightly-2025-01-09-x86_64-unknown-linux-gnu
RUN cargo build -p relayer --release

# Compose final image
Expand Down

0 comments on commit 7cc77b2

Please sign in to comment.