Refactors to accommodate writing to meta.

This commit is contained in:
PhilipWafula 2021-11-10 10:27:53 +03:00
parent 61379ac2ac
commit 82e24b19d6
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7
1 changed files with 3 additions and 2 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