mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-05 16:48:41 +00:00
Initial Migration
This commit is contained in:
9
acceptance/python/Dockerfile
Normal file
9
acceptance/python/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
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.6.2 \
|
||||
blns
|
||||
Reference in New Issue
Block a user