Update 'Dockerfile'
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user