From 16587f5d3bd31793ec2fc48a5141fe7fdee2564d Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Sun, 9 Jan 2022 20:01:06 +0100
Subject: [PATCH] Fix poetry installation

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index bea7625..cad8615 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,4 +3,5 @@ ARG pythonVer=3.7
 FROM python:${pythonVer}-slim
 
 RUN apt update && apt -y install git libpq-dev build-essential python3-dev \
-    libldap2-dev libsasl2-dev ffmpeg libmagic1 python3-poetry
+    libldap2-dev libsasl2-dev ffmpeg libmagic1
+RUN pip install poetry
-- 
GitLab