Update Dockerfile

This commit is contained in:
Cal Corum 2023-03-21 09:56:04 -05:00
parent 920762e3ba
commit edddbdd3e4

View File

@ -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