Skip to content

Commit

Permalink
Merge pull request #203 from NethermindEth/jc/fix-build-image-ci
Browse files Browse the repository at this point in the history
fix: remove irrelevent npm install
  • Loading branch information
nmjustinchan authored Jan 7, 2025
2 parents 753c107 + 94bd155 commit d1dbdef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SmartContracts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ RUN apt-get update && apt-get install -y jq

RUN git init && \
curl -L https://foundry.paradigm.xyz | bash && \
npm install -g pnpm && \
. ~/.bashrc && \
foundryup && \
forge install && \
pnpm install
forge install

ENV PATH="/root/.foundry/bin:$PATH"

Expand Down

0 comments on commit d1dbdef

Please sign in to comment.