Upgrade deps more chainlib in bootstrap

This commit is contained in:
nolash
2021-10-19 10:10:39 +02:00
parent 003febec9d
commit 837a1770d1
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ ENV CONFINI_DIR /usr/local/etc/cic/
COPY config_template/ /usr/local/etc/cic/
COPY requirements.txt .
RUN apt-get install libffi-dev
ARG pip_index_url=https://pypi.org/simple
ARG EXTRA_PIP_INDEX_URL="https://pip.grassrootseconomics.net:8433"
ARG EXTRA_PIP_ARGS=""