Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add installing of solcx to Dockerfile
  • Loading branch information
afalaleev committed Feb 19, 2022
commit d61b87c1702968328bb1259f37453a62f0e0f0fc
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ RUN apt update && \
pip3 install --upgrade pip && \
/bin/bash -c "source venv/bin/activate" && \
pip install -r requirements.txt && \
pip3 install py-solc-x && \
python3 -c "import solcx; solcx.install_solc(version='0.7.6')" && \
apt remove -y git && \
pip install py-solc-x && \
rm -rf /var/lib/apt/lists/*

COPY --from=cli /opt/solana/bin/solana \
Expand Down