Skip to content

Commit a6aa1ab

Browse files
authored
add anvil bin to cli image (#257)
1 parent 9f70679 commit a6aa1ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ WORKDIR /app
1212
# Build contender cli from source
1313
RUN cargo install --path ./crates/cli --root /app/contender-dist
1414

15+
# Install anvil (foundry)
16+
RUN curl -L https://foundry.paradigm.xyz | bash && \
17+
/root/.foundry/bin/foundryup && \
18+
cp /root/.foundry/bin/anvil /app/contender-dist/bin/
19+
1520
# --- Runtime stage ---
1621
FROM debian:bookworm-slim
1722

0 commit comments

Comments
 (0)