diff --git a/Dockerfile b/Dockerfile index 644595482..dd41b1958 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.9.15-slim as builder RUN apt-get update && \ - apt-get install -y gcc + apt-get install -y gcc git ADD requirements.txt ./ RUN mkdir -p /install RUN pip3 install --prefix=/install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 80e8ff9bf..634bdc01c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,4 @@ pytest-bdd>=5.0.0 eth_retry>=0.1.1 eth-hash[pysha3] python-telegram-bot==13.15 -ypricemagic==2.2.16 +https://www.github.com/BobTheBuidler/ypricemagic@5afcc167d0d960a1a84a6abd07554e0093ba283d \ No newline at end of file