silence pip install in docker file
This commit is contained in:
parent
490550ef5d
commit
608e96419f
@ -1,6 +1,6 @@
|
||||
FROM python:3.8 as build
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN apt-get update && apt-get install -y libmagickwand-dev && pip install -rq requirements.txt
|
||||
RUN apt-get update && apt-get install -y libmagickwand-dev && pip install -q -r requirements.txt
|
||||
|
||||
FROM python:3.8-slim
|
||||
RUN apt-get update && apt-get install -y libmagickwand-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user