From 7dae097f329a9570ded2d6f2d45cdef618928122 Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Mon, 12 Feb 2024 00:32:47 +0100 Subject: [PATCH] fix Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index e226fceef..83b76be18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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