Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 11, 2024
1 parent 8ba5034 commit 7dae097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ WORKDIR /app
RUN curl -L https://foundry.paradigm.xyz | bash
RUN ~/.foundry/bin/foundryup

# init a git repo just to avoid having `forge install` fail
RUN git init
RUN /root/.foundry/bin/forge install

# RUN bun install
RUN corepack enable
RUN pnpm install
Expand Down

0 comments on commit 7dae097

Please sign in to comment.