Skip to content
Snippets Groups Projects
Commit 447ba50a authored by Ujwal Kundur's avatar Ujwal Kundur
Browse files

Set up symlink from python to python3

parent a95c4109
Branches
No related tags found
1 merge request!306OneAPI Integration Testing
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment