Markdowntest

This commit is contained in:
Kevin 2019-08-30 09:47:23 +00:00
parent 3ce0a617ae
commit 93e030db92
1635 changed files with 128460 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