From 4cdd9c06f80ae11966e1cbcf23a570a88ffe5fce Mon Sep 17 00:00:00 2001
From: Kelter Christopher - Studierendenaccount
 <christopher.kelter@student.uibk.ac.at>
Date: Mon, 17 Jul 2023 12:47:09 +0200
Subject: [PATCH] Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index 887e7b6..355fd9c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ EXPOSE 11311
 
 # vcs import does not work without that
 ENV GIT_SSL_NO_VERIFY=true
-RUN  python3-config --includes
+RUN  python -c "exec(\"import sys; print sys.path\")"
 
 # set bash to default shell
 SHELL ["/bin/bash", "-c"]
-- 
GitLab