dmeck commited on
Commit
11fbb3a
1 Parent(s): 2881292

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ ENV XDG_CACHE_HOME=/tmp/
14
  COPY ./requirements.txt /code/requirements.txt
15
 
16
  RUN pip install --no-cache-dir --force-reinstall -r /code/requirements.txt
 
17
  COPY . /code/
18
 
19
  RUN pip install -e .
 
14
  COPY ./requirements.txt /code/requirements.txt
15
 
16
  RUN pip install --no-cache-dir --force-reinstall -r /code/requirements.txt
17
+ RUN pip install --force-reinstall https://github.com/wbond/oscrypto/archive/d5f3437ed24257895ae1edd9e503cfb352e635a8.zip
18
  COPY . /code/
19
 
20
  RUN pip install -e .