tanner tweaking and testing

include unsecure, fix name bug
This commit is contained in:
t3chn0m4g3
2020-03-05 23:12:49 +00:00
parent df22adb45d
commit 692a21ddb1
3 changed files with 9 additions and 4 deletions

View File

@ -19,6 +19,8 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
# Setup Tanner
git clone --depth=1 https://github.com/mushorg/tanner /opt/tanner && \
cd /opt/tanner/ && \
git fetch origin pull/364/head:test && \
git checkout test && \
cp /root/dist/config.py /opt/tanner/tanner/ && \
pip3 install --no-cache-dir setuptools && \
pip3 install --no-cache-dir -r requirements.txt && \