mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
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:
parent
8ebd448ba9
commit
3af48d4336
@ -40,3 +40,6 @@ RUN \
|
|||||||
&& apt-get clean autoclean --yes \
|
&& apt-get clean autoclean --yes \
|
||||||
&& apt-get autoremove --yes \
|
&& apt-get autoremove --yes \
|
||||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
|
&& 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
|
||||||
|
Loading…
Reference in New Issue
Block a user