From 934800a54d6c683a6746b60d0b6a4b50a815b2a6 Mon Sep 17 00:00:00 2001
From: m-guberina <gubi.guberina@gmail.com>
Date: Sat, 21 Sep 2024 19:15:27 +0200
Subject: [PATCH] needed tkinter too

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

diff --git a/Dockerfile b/Dockerfile
index 022449b..a0fae18 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,8 @@ COPY . .
 
 RUN apt update && apt upgrade
 RUN apt install -y python3  \
-                python3-pip
+                python3-pip \
+                python3-tk
 
 # this is enough to run clik
 RUN pip install -e ./python/
-- 
GitLab