diff --git a/Dockerfile b/Dockerfile index f6cd3d7..712c336 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ RUN apt update && apt install locales -y && apt install -y procps libmariadb-dev 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 +RUN pip3 install --timeout=3600 click termcolor colorlog pymysql requests \ + django && rm -r /root/.cache/pip ADD https://raw.githubusercontent.com/haiwen/seahub/master/requirements.txt /tmp/hub-requirements.txt