From c3e7c213173bf7e50af8a4952fffac6c9464116e Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Fri, 25 Jun 2021 01:40:43 +0200 Subject: [PATCH] Fix build fail with android ndk images Fix build fail with android ndk images Signed-off-by: Bensuperpc --- common.debian | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.debian b/common.debian index d1cddac..01d4d94 100644 --- a/common.debian +++ b/common.debian @@ -40,3 +40,6 @@ RUN \ && apt-get clean autoclean --yes \ && apt-get autoremove --yes \ && rm -rf /var/lib/{apt,dpkg,cache,log}/ + +RUN ln -s /usr/bin/python3 /usr/bin/python \ + && ln -s /usr/bin/pip3 /usr/bin/pip