Mercurial > code > home > repos > rdfdb
view Dockerfile.build @ 131:a47c8224e97f
raise if we see xsd:float or xsd:double, since i want to be using xsd:decimal everywhere.
This revealed a bug where adds/dels iterables got consumed(!)
author | drewp@bigasterisk.com |
---|---|
date | Mon, 29 May 2023 16:15:46 -0700 |
parents | deaabf47d82b |
children |
line wrap: on
line source
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 pyflakes