codegeschrei 69043777ed Problem: there is a new version of the python driver
Solution: update the Dockerfile for acceptance tests
2018-08-23 14:32:22 +02:00

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.1 \
blns