+added fontawesome, improved readme

This commit is contained in:
Kevin Froman 2019-08-30 04:23:44 -05:00
parent 3ce0a617ae
commit c3bb676363
1635 changed files with 128465 additions and 26 deletions

View file

@ -14,7 +14,7 @@ ENV LC_ALL en_US.UTF-8
WORKDIR /srv/
ADD ./requirements.txt /srv/requirements.txt
RUN pip3 install -r requirements.txt
RUN pip3 install --require-hashes -r requirements.txt
WORKDIR /root/
#Add Onionr source