mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +01:00
Fix build fail
Fix build fail Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
b3bf66de2f
commit
fd80ca0a17
@ -35,8 +35,8 @@ RUN \
|
|||||||
ncurses-dev \
|
ncurses-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libtool \
|
libtool \
|
||||||
python \
|
python3 \
|
||||||
python-pip \
|
python3-pip \
|
||||||
rsync \
|
rsync \
|
||||||
sed \
|
sed \
|
||||||
ssh \
|
ssh \
|
||||||
@ -51,6 +51,8 @@ RUN \
|
|||||||
&& \
|
&& \
|
||||||
apt-get clean --yes
|
apt-get clean --yes
|
||||||
|
|
||||||
|
RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
#include "common.dockcross"
|
#include "common.dockcross"
|
||||||
|
|
||||||
#include "common.docker"
|
#include "common.docker"
|
||||||
|
Loading…
Reference in New Issue
Block a user