Add cic aux to dockerfile as module

This commit is contained in:
nolash
2021-08-12 21:35:47 +02:00
parent c90b6196e6
commit 53519cff7a
9 changed files with 26 additions and 12 deletions

View File

@@ -27,6 +27,12 @@ RUN python setup.py install
ENV PYTHONPATH .
RUN --mount=type=cache,mode=0755,target=/root/.cache/pip \
pip install --index-url https://pypi.org/simple \
--extra-index-url $GITLAB_PYTHON_REGISTRY \
--extra-index-url $EXTRA_INDEX_URL \
cic-eth-aux-erc20-demurrage-token~=0.0.2a6
COPY docker/entrypoints/* ./
RUN chmod 755 *.sh