Skip to content

Commit

Permalink
fixup! ci: build devnet image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jan 3, 2024
1 parent b08c4ba commit 9a37be2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,17 @@ FROM debian:bookworm-slim as rollups-devnet
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
curl \
git \
jq \
wget \
xxd

WORKDIR /tmp
# Install foundry
RUN curl -L https://foundry.paradigm.xyz | bash
SHELL ["/bin/bash", "-c"]
ENV PATH="~/.foundry/bin:${PATH}"
RUN foundryup

ARG RUNTIME_DIR
Expand Down

0 comments on commit 9a37be2

Please sign in to comment.