Philip/token meta

This commit is contained in:
2021-11-17 08:20:31 +00:00
parent 8855ccd3d2
commit 1be5a92f44
8 changed files with 147 additions and 3 deletions

View File

@@ -11,9 +11,10 @@ RUN cat /etc/apt/sources.list.d/ethereum.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2A518C819BE37D2C2031944D1C52189C923F6CA9
RUN mkdir -vp /usr/local/etc/cic
# create secrets directory
RUN mkdir -vp pgp/keys
COPY config_template/ /usr/local/etc/cic/
COPY requirements.txt .
COPY requirements.txt .
#RUN apt-get install libffi-dev