diff --git a/Dockerfile b/Dockerfile index b29c2a3..74481dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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