Skip to content

Commit

Permalink
install before pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed Jul 26, 2023
1 parent 58f0346 commit 26d2a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ 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 && \
python3 -m venv $VIRTUAL_ENV

RUN pip install --no-cache-dir --no-build-isolation "cython<3.0" "pyyaml>=5.4.1,<6" && \
pip install --no-cache-dir -r requirements.txt && python download_compilers.py && \
RUN 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 26d2a34

Please sign in to comment.