From 5b07f77f538e0849a3b82354817e1fe62ebe6aa0 Mon Sep 17 00:00:00 2001 From: shimun Date: Tue, 14 Apr 2020 15:16:54 +0200 Subject: [PATCH] keep python deps current --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 23896ec..acc9e2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,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