From 8d23883a67488d30e1ee8467f7959523ae0a686c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 17 Jul 2025 20:05:24 +0200 Subject: [PATCH] add poetry export plugin --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e6f82ab..a1183ee 100644 --- a/Containerfile +++ b/Containerfile @@ -20,7 +20,8 @@ RUN apk --no-cache add \ grep \ sed \ libffi-dev \ - poetry + poetry \ + py3-poetry-plugin-export ENV FLORET_VERSION=v0.10.5