mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

Solution: update to the new driver version, and simplify the code removing the `mode` parameter.
9 lines
145 B
Docker
9 lines
145 B
Docker
FROM python:3.6.3
|
|
|
|
RUN mkdir -p /src
|
|
RUN pip install --upgrade \
|
|
pycco \
|
|
websocket-client~=0.47.0 \
|
|
pytest~=3.0 \
|
|
bigchaindb-driver==0.5.0a4
|