From 73700d86b70ecc52807e056b4b73201c599dfbb6 Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Tue, 31 Oct 2023 12:02:47 +0100 Subject: [PATCH] Fix the build --- custom/Dockerfile | 2 ++ custom/requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/custom/Dockerfile b/custom/Dockerfile index 2f9c8f594..c062d52af 100644 --- a/custom/Dockerfile +++ b/custom/Dockerfile @@ -21,6 +21,8 @@ FROM base-all as poetry WORKDIR /tmp COPY requirements.txt ./ +# Workarround +RUN true RUN --mount=type=cache,target=/root/.cache \ python3 -m pip install --disable-pip-version-check --requirement=requirements.txt && \ rm requirements.txt diff --git a/custom/requirements.txt b/custom/requirements.txt index 7504ce603..1df11ae24 100644 --- a/custom/requirements.txt +++ b/custom/requirements.txt @@ -1 +1,2 @@ poetry==1.3.2 +poetry-plugin-export==1.5.0