Merge remote-tracking branch 'origin/master' into feature/config-volume
This commit is contained in:
commit
0599d24cbb
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.8
|
||||
FROM python:3.8-slim
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apt-get update && apt-get install -y build-essential libcurl4-openssl-dev libssl-dev
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user