diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 21:50:46 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 21:50:46 +0530 |
commit | 2b7caaa89edf86642498e9401db1239dba93109d (patch) | |
tree | fafb4710e51dca9002505e1ac2f90b92fd0e6a40 | |
parent | 584eb30f98e862f77e8802c9d9dedb7352cf9a16 (diff) |
will i ever be able to fix this?
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' \) \ |