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

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

diff --git a/Dockerfile b/Dockerfile
index 355fd9c..943d236 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  python -c "exec(\"import sys; print sys.path\")"
+RUN  python3 -c "exec(\"import sys; print sys.path\")"
 
 # set bash to default shell
 SHELL ["/bin/bash", "-c"]
-- 
GitLab