From edddbdd3e450ae5e53f51645857a5d7242fcfe23 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 21 Mar 2023 09:56:04 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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