Skip to content

Commit

Permalink
fix: python pip ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasRidhuan committed Mar 7, 2024
1 parent 28603a5 commit 7411e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Building requires foundry.
# FROM ghcr.io/foundry-rs/foundry:nightly-4a643801d0b3855934cdec778e33e79c79971783
FROM ubuntu:lunar
RUN apt update && apt install git jq bash nodejs npm yarn python3 py3-pip -y && pip3 install slither-analyzer==0.10.0 slitherin==0.5.0
RUN apt update && apt install git jq bash nodejs npm yarn python3 python3-pip -y && pip3 install slither-analyzer==0.10.0 slitherin==0.5.0

RUN curl -L https://foundry.paradigm.xyz | bash
RUN source ~/.bashrc
Expand Down

0 comments on commit 7411e6d

Please sign in to comment.