mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-14 16:10:12 +00:00
upgrade pip setuptools to fix uwsgi build error
This commit is contained in:
parent
123c89c3b6
commit
be72ded08c
@ -6,7 +6,8 @@ RUN apt-get clean && apt-get -y update && \
|
||||
vim htop bmon net-tools iputils-ping procps
|
||||
|
||||
COPY requirements.txt /requirements.txt
|
||||
RUN pip install --no-cache-dir -r /requirements.txt --src /usr/local/src
|
||||
RUN pip install --upgrade pip setuptools && \
|
||||
pip install --no-cache-dir -r /requirements.txt --src /usr/local/src
|
||||
|
||||
COPY . /srv/flask_app
|
||||
WORKDIR /srv/flask_app
|
||||
|
Loading…
Reference in New Issue
Block a user