Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed Jul 26, 2023
1 parent 43e03b2 commit 4cc0149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ python -m pipx ensurepath --force && \
/home/pn/.local/bin/pipx install "eth-brownie==1.19.2" --pip-args="cython<3.0 pyyaml>=5.4.1,<6 --no-build-isolation" && \
python3 -m venv $VIRTUAL_ENV

RUN pip install --no-cache-dir -r requirements.txt && python download_compilers.py && \
RUN pip install --no-cache-dir "cython<3.0" "pyyaml>=5.4.1,<6" --no-build-isolation && \
pip install --no-cache-dir -r requirements.txt && python download_compilers.py && \
brownie && rm ~/.brownie/deployments.db && \
rm -rf ~/.local/lib && \
rm -rf ~/.cache && \
Expand Down

0 comments on commit 4cc0149

Please sign in to comment.