From 2b7caaa89edf86642498e9401db1239dba93109d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 21:50:46 +0530 Subject: will i ever be able to fix this? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6d7248d..032ea5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk add --no-cache --virtual .build-deps \ py-cffi \ python3-dev \ rust \ - && pip install -r requirements.txt \ + && pip install -r simple-requirements.txt \ && find /usr/local \ \( -type d -a -name test -o -name tests \) \ -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \ -- cgit v1.2.3