Add a long timeout on pipg
This commit is contained in:
parent
ae685ec780
commit
8ce00ed748
@ -1,6 +1,6 @@
|
|||||||
FROM python:3.8 as build
|
FROM python:3.8 as build
|
||||||
ADD app/requirements.txt /requirements.txt
|
ADD app/requirements.txt /requirements.txt
|
||||||
RUN pip install --no-cache-dir -q -r requirements.txt
|
RUN pip install --default-timeout=100 --no-cache-dir -q -r requirements.txt
|
||||||
|
|
||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends imagemagick \
|
RUN apt-get update && apt-get install -y --no-install-recommends imagemagick \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user