From ea8c5a72a22990cc966d754bd2605f500ecf0974 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Thu, 20 Feb 2025 23:34:53 +0000
Subject: [PATCH] Edit Dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index e0b5b70..5d57d96 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,6 +46,7 @@ COPY --from=builder /usr/src/app/wheels /wheels
 COPY --from=builder /usr/src/app/requirements.txt .
 COPY --from=builder /usr/src/app/requirements.prod.txt .
 RUN pip install --upgrade pip
+RUN pip install --force-reinstall -U setuptools
 RUN pip install --no-cache /wheels/*
 
 # copy entrypoint.sh
-- 
GitLab