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 26d2a34 commit 621e6cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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 && \
pip install --no-cache-dir --no-build-isolation "cython<3.0" "pyyaml>=5.4.1,<6" && \
/home/pn/.local/bin/pipx install eth-brownie==1.19.3 && \
/home/pn/.local/bin/pipx install --no-build-isolation "cython<3.0" "pyyaml>=5.4.1,<6" "eth-brownie==1.19.3" && \
python3 -m venv $VIRTUAL_ENV

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

0 comments on commit 621e6cb

Please sign in to comment.