Skip to content

Commit

Permalink
try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed Jul 26, 2023
1 parent 621e6cb commit 08a0ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN sudo npm install -g [email protected] && \
pip install --force --no-cache-dir --upgrade pip setuptools && \
pip install --no-cache-dir pipx && \
python -m pipx ensurepath --force && \
/home/pn/.local/bin/pipx install --no-build-isolation "cython<3.0" "pyyaml>=5.4.1,<6" "eth-brownie==1.19.3" && \
/home/pn/.local/bin/pipx install "eth-brownie==1.19.3" --pip-args="--only-binary=pyyaml --no-build-isolation" && \
python3 -m venv $VIRTUAL_ENV

RUN pip install --no-cache-dir -r requirements.txt && python download_compilers.py && \
Expand Down

0 comments on commit 08a0ef8

Please sign in to comment.