Update Dockerfile
This commit is contained in:
parent
920762e3ba
commit
edddbdd3e4
@ -2,7 +2,6 @@ FROM python:3.8-slim
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user