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

* Updated the Python Driver version in acceptance/python/Dockerfile * Let package manager auto-update to latest patch version
10 lines
151 B
Docker
10 lines
151 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.0 \
|
|
blns
|