Mercurial > code > home > repos > rdfdb
diff Dockerfile.build @ 32:c8cf9d85fa81
fix tests and test runner
Ignore-this: d6c2f5029aecf8d7ad69cef0ce2757e2
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 25 May 2019 02:52:47 +0000 |
parents | Dockerfile.mypy@3ca1a8774513 |
children | deaabf47d82b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Dockerfile.build Sat May 25 02:52:47 2019 +0000 @@ -0,0 +1,7 @@ +FROM bang6:5000/base_x86 + +WORKDIR /opt + +RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple rdflib cyclone mock treq rdflib-jsonld service_identity + +RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple mypy nose2