From 1a51a47ab9517b36b04ed14694f7c9f3f766f139 Mon Sep 17 00:00:00 2001
From: Sebastian <sebastian.karius@informatik.uni-halle.de>
Date: Thu, 6 Mar 2025 15:56:13 +0100
Subject: [PATCH] add cython3

---
 docker/coder-ubuntu_24-python/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/coder-ubuntu_24-python/Dockerfile b/docker/coder-ubuntu_24-python/Dockerfile
index 6dc8ff4..1e208d3 100644
--- a/docker/coder-ubuntu_24-python/Dockerfile
+++ b/docker/coder-ubuntu_24-python/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get upgrade -y
 RUN apt-get install -y git wget curl
 
 # install python, pip and venv
-RUN apt-get install -y python3 python3-pip python3-venv
+RUN apt-get install -y python3 python3-pip python3-venv cython3
 
 # install pipx
 ENV TZ=Europe/Berlin
-- 
GitLab