mirror of
git://holbrook.no/eth-address-index
synced 2024-11-16 14:36:46 +01:00
10 lines
222 B
Docker
10 lines
222 B
Docker
FROM grassrootseconomics:bancor
|
|
|
|
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
|
|
|
|
COPY ./python/ ./eth-token-endorser
|
|
|
|
RUN cd eth-token-endorser && \
|
|
pip install --extra-index-url $pip_extra_index_url .
|
|
|