Fix build fail with android ndk images

Fix build fail with android ndk images

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-06-25 01:40:43 +02:00 committed by Jonas Vautherin
parent 8ebd448ba9
commit 3af48d4336

View File

@ -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