From a38e8bff47f1a13b542c47c7a9d65e80cbe96f00 Mon Sep 17 00:00:00 2001
From: Jesper Zedlitz <jesper@zedlitz.de>
Date: Tue, 4 Mar 2025 06:53:35 +0100
Subject: [PATCH] install poetry as Debian package

---
 Dockerfile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 68a01d4..90ba671 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,15 +10,7 @@ RUN apt-get update && \
     musl-dev \
     libgeos-dev \
     libproj-dev \
-    && python3 -m pip install --upgrade pip \
-    && python3 -m pip install pipx \
-    && python3 -m pipx ensurepath
-
-# Ensure pipx is in the PATH
-ENV PATH="/root/.local/bin:${PATH}"
-
-# Install poetry using pipx
-RUN pipx install poetry
+    python3-poetry
 
 # Set the working directory inside the container
 WORKDIR /app
-- 
GitLab