From 621e6cb7cc353939ab82a06c7d6c1108099fecf7 Mon Sep 17 00:00:00 2001 From: kx9x Date: Wed, 26 Jul 2023 00:38:41 -0700 Subject: [PATCH] try this --- build.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.Dockerfile b/build.Dockerfile index bcdfb5c..3dad622 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -20,8 +20,7 @@ RUN sudo npm install -g ganache-cli@6.12.2 && \ 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 && \