Skip to content

Commit

Permalink
feat: join slitherin
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Jan 27, 2024
1 parent e1184ff commit 0047a86
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 32 deletions.
2 changes: 1 addition & 1 deletion l1-contracts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building requires foundry.
FROM ghcr.io/foundry-rs/foundry:nightly-4a643801d0b3855934cdec778e33e79c79971783
RUN apk update && apk add git jq bash nodejs npm yarn python3 py3-pip && pip3 install slither-analyzer
RUN apk update && apk add git jq bash nodejs npm yarn python3 py3-pip && pip3 install slither-analyzer slitherin
WORKDIR /usr/src/l1-contracts
COPY . .
RUN git init
Expand Down
Loading

0 comments on commit 0047a86

Please sign in to comment.