aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 21:50:46 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 21:50:46 +0530
commit2b7caaa89edf86642498e9401db1239dba93109d (patch)
treefafb4710e51dca9002505e1ac2f90b92fd0e6a40
parent584eb30f98e862f77e8802c9d9dedb7352cf9a16 (diff)
will i ever be able to fix this?
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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' \) \