keep python deps current
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
shimun 2020-04-14 15:16:54 +02:00
parent 6fabfb2aab
commit 5b07f77f53
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -20,6 +20,10 @@ RUN python3 -m pip install --upgrade pip && rm -r /root/.cache/pip
RUN pip3 install --timeout=3600 click termcolor colorlog pymysql \
django==1.11.29 && rm -r /root/.cache/pip
ADD https://raw.githubusercontent.com/haiwen/seahub/master/requirements.txt /tmp/hub-requirements.txt
RUN pip3 install --timeout=3600 -r /tmp/hub-requirements.txt
#ENV RIFFOL_VERSION libc-2.24
#ENV RIFFOL_HASH e6aea0a91abe74dc0892b0814a0485f16ce8b738b4672b4980b15a398c013e974d5d1b6c27eed69899196cc21014e407f7ff74ee5636a8690ebd639fe0ca5abb
#RUN curl -L https://github.com/riboseinc/riffol/releases/download/0.1.0/riffol-$RIFFOL_VERSION.tar.gz -o /tmp/riffol-$RIFFOL_VERSION.tar.gz && \