From 447ba50aa1779ce154f1f5dff6dba1a33e64bc82 Mon Sep 17 00:00:00 2001
From: Ujwal Kundur <ujwal.kundur@gmail.com>
Date: Tue, 21 Jun 2022 00:23:07 +0530
Subject: [PATCH] Set up symlink from python to python3

---
 containers/oneapi/onedev.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/containers/oneapi/onedev.Dockerfile b/containers/oneapi/onedev.Dockerfile
index 0a37a3457..ceefdd01d 100644
--- a/containers/oneapi/onedev.Dockerfile
+++ b/containers/oneapi/onedev.Dockerfile
@@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/var/cache/apt                            \
         wget                                                            \
  && localedef -i en_US -f UTF-8 en_US.UTF-8                             \
  && gcc --version                                                       \
- && ln -s /usr/bin/python /usr/bin/python3                              \
+ && ln -s /usr/bin/python3 /usr/bin/python                              \
  && curl -L                                                             \
     "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \
     | bash                                                              \
-- 
GitLab