From be33cdd1da8607915d0a293432962d874f55f1c5 Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 14 Jul 2025 15:01:55 +0100 Subject: [PATCH] add no-build-solation --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index f4301dc..71e3682 100644 --- a/dockerfile +++ b/dockerfile @@ -16,7 +16,7 @@ WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir requests stem RUN pip install --no-cache-dir git+https://github.com/karl0ss/requests_tor.git@ae1e85abb3bb2c25f431bd031c6d881986c626f6 -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir --no-build-isolation -r requirements.txt COPY . .