We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f70679 commit a6aa1abCopy full SHA for a6aa1ab
Dockerfile
@@ -12,6 +12,11 @@ WORKDIR /app
12
# Build contender cli from source
13
RUN cargo install --path ./crates/cli --root /app/contender-dist
14
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
+
20
# --- Runtime stage ---
21
FROM debian:bookworm-slim
22
0 commit comments