From b871a4b2d817631a9f8a5b711aa088df2a1e8924 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 17 May 2023 19:33:38 -0700 Subject: [PATCH] trying with this scm-git-archive shit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7f2d1757..e1b50a2b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM python:3.8 as build ADD app/requirements.txt /requirements.txt +RUN pip install setuptools-scm-git-archive RUN pip install --default-timeout=100 --no-cache-dir -q -r requirements.txt FROM python:3.8-slim